[oe-commits] [openembedded-core] 08/15: bitbake.conf: set NO_RECOMMENDATIONS with weak assignment

git at git.openembedded.org git at git.openembedded.org
Thu May 9 21:05:07 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit afde2d0be0eb75ee23764cddc229703c965116f3
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Wed May 8 23:04:04 2019 -0400

    bitbake.conf: set NO_RECOMMENDATIONS with weak assignment
    
    Set NO_RECOMMENDATIONS with weak assignment then it could be set a
    default value somewhere else.
    
    Signed-off-by: Kai Kang <kai.kang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index c13e4f3..c5313cc 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -848,7 +848,7 @@ COMBINED_FEATURES[vardeps] += "DISTRO_FEATURES MACHINE_FEATURES"
 SERIAL_CONSOLE ??= ""
 SERIAL_CONSOLES ??= "${@d.getVar('SERIAL_CONSOLE').replace(' ', ';')}"
 
-NO_RECOMMENDATIONS ?= ""
+NO_RECOMMENDATIONS ??= ""
 BAD_RECOMMENDATIONS ?= ""
 
 # Make sure MACHINE isn't exported

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list