[oe-commits] Ross Burton : bitbake.conf: explicitly backfill sysvinit, not DISTRO_FEATURES_INITMAN

git at git.openembedded.org git at git.openembedded.org
Tue Mar 26 22:41:14 UTC 2013


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

Author: Ross Burton <ross.burton at intel.com>
Date:   Wed Mar 20 15:43:46 2013 +0000

bitbake.conf: explicitly backfill sysvinit, not DISTRO_FEATURES_INITMAN

Reflect reality by backfilling sysvinit support, instead of whatever value was
in DISTRO_FEATURES_INITMAN.

Signed-off-by: Ross Burton <ross.burton at 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 01ebad4..cd5d61e 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -730,7 +730,7 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= ""
 MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= ""
 IMAGE_FEATURES += "${EXTRA_IMAGE_FEATURES}"
 
-DISTRO_FEATURES_BACKFILL = "pulseaudio ${DISTRO_FEATURES_INITMAN}"
+DISTRO_FEATURES_BACKFILL = "pulseaudio sysvinit"
 MACHINE_FEATURES_BACKFILL = "rtc"
 
 COMBINED_FEATURES = "\





More information about the Openembedded-commits mailing list