From: Kai Kang Date: Thu, 9 May 2019 03:04:04 +0000 (-0400) Subject: bitbake.conf: set NO_RECOMMENDATIONS with weak assignment X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~14538 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f88da482d74e9f7d7c5bfc164cca52950ab6615d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index c13e4f3f71a..c5313ccd195 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