]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: Use the new form of features_backfill function
authorAndrei Gherzan <andrei@gherzan.ro>
Tue, 10 Jul 2012 13:47:45 +0000 (16:47 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Aug 2012 17:04:11 +0000 (18:04 +0100)
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 <andrei@gherzan.ro>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/conf/bitbake.conf

index 80746843d771e3b55a25532742d3aa652b537fe5..296ebc179bee36298fe950f329bf1149b5748f95 100644 (file)
@@ -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)} \