diff options
author | Ross Burton <ross.burton@intel.com> | 2013-03-20 15:43:46 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-26 22:42:38 +0000 |
commit | 0b6559cd93a64498646d18a121746c6816382407 (patch) | |
tree | 2370e6835f85f6dea2bd3090e3c15f613311892e /meta | |
parent | 7afd57993277ae7aa30e56edda327bb5f28ad153 (diff) | |
download | openembedded-core-0b6559cd93a64498646d18a121746c6816382407.tar.gz openembedded-core-0b6559cd93a64498646d18a121746c6816382407.tar.bz2 openembedded-core-0b6559cd93a64498646d18a121746c6816382407.zip |
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@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | 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 01ebad4e1f..cd5d61e347 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 = "\ |