From: Andrei Gherzan Date: Tue, 10 Jul 2012 13:47:45 +0000 (+0300) Subject: bitbake.conf: Use the new form of features_backfill function X-Git-Tag: 2015-4~9503 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a1ff96ae006accb08c58ad77d37c9e249ab94d57;p=openembedded-core.git bitbake.conf: Use the new form of features_backfill function This function was modified in order to be used with other variables then DISTRO_FEATURES. Use this new function name and add the parameter needed. Signed-off-by: Andrei Gherzan Signed-off-by: Saul Wold --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 80746843d7..296ebc179b 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -722,7 +722,7 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= "" IMAGE_FEATURES += "${EXTRA_IMAGE_FEATURES}" DISTRO_FEATURES_BACKFILL = "pulseaudio" -DISTRO_FEATURES_append = "${@oe.utils.distro_features_backfill(d)}" +DISTRO_FEATURES_append = "${@oe.utils.features_backfill("DISTRO_FEATURES",d)}" COMBINED_FEATURES = "\ ${@base_both_contain("DISTRO_FEATURES", "MACHINE_FEATURES", "alsa", d)} \