diff options
author | Phillip Smyth <phillip.smyth@codethink.co.uk> | 2018-12-12 11:25:22 +0000 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2019-01-24 14:38:50 +0100 |
commit | 50c5159f1cf760a75abd15cf655ec82351b378ac (patch) | |
tree | 416f3215a19c06a52a890427815c842c6eca3797 /NEWS | |
parent | 3642c8e7b8106d4b8fba4f87d97f948c555a3d61 (diff) | |
download | buildstream-50c5159f1cf760a75abd15cf655ec82351b378ac.tar.gz |
NEWS: Add entry for default target feature
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -30,6 +30,10 @@ buildstream 1.3.1 specific. Recommendation if you are building in Linux is to use the ones being used in freedesktop-sdk project, for example + o Running commands without elements specified will now attempt to use + the default targets defined in the project configuration. + If no default target is defined, all elements in the project will be used. + o All elements must now be suffixed with `.bst` Attempting to use an element that does not have the `.bst` extension, will result in a warning. |