diff options
author | Benjamin Schubert <contact@benschubert.me> | 2020-05-12 12:13:05 +0000 |
---|---|---|
committer | Benjamin Schubert <contact@benschubert.me> | 2020-05-12 15:52:00 +0000 |
commit | 830e2142ff9f2688c04119df5be8efebc2649dca (patch) | |
tree | 9ffca9cc20d5f5651f6486553637e6d89b47bf4b /NEWS | |
parent | 1ff22fb98d58f1264a2af0650e40dcaaaa99dabc (diff) | |
download | buildstream-830e2142ff9f2688c04119df5be8efebc2649dca.tar.gz |
source.py: Allow access to element's variable
This automatically expands the variables from the element into
the sources config
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ Format o BREAKING CHANGE: Now deprecation warnings are suppressed using the `allow-deprecated` configuration with the plugin origins in project.conf, instead of on the source/element overrides section (See issue #1291) + o Variables from an element can now be used in source configurations Plugins |