summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index a8bafd294e..c996301a8b 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -845,7 +845,7 @@ COMBINED_FEATURES[vardeps] += "DISTRO_FEATURES MACHINE_FEATURES"
845SERIAL_CONSOLE ??= "" 845SERIAL_CONSOLE ??= ""
846SERIAL_CONSOLES ??= "${@d.getVar('SERIAL_CONSOLE').replace(' ', ';')}" 846SERIAL_CONSOLES ??= "${@d.getVar('SERIAL_CONSOLE').replace(' ', ';')}"
847 847
848NO_RECOMMENDATIONS ?= "" 848NO_RECOMMENDATIONS ??= ""
849BAD_RECOMMENDATIONS ?= "" 849BAD_RECOMMENDATIONS ?= ""
850 850
851# Make sure MACHINE isn't exported 851# Make sure MACHINE isn't exported