[oe-commits] Andrei Gherzan : bitbake.conf: Use the new form of features_backfill function

git at git.openembedded.org git at git.openembedded.org
Fri Aug 17 17:09:31 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: a1ff96ae006accb08c58ad77d37c9e249ab94d57
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a1ff96ae006accb08c58ad77d37c9e249ab94d57

Author: Andrei Gherzan <andrei at gherzan.ro>
Date:   Tue Jul 10 16:47:45 2012 +0300

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 <andrei at gherzan.ro>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/conf/bitbake.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 8074684..296ebc1 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)} \





More information about the Openembedded-commits mailing list