[oe-commits] Ross Burton : packagegroup-core-boot: install systemd-compat-units on systemd images

git at git.openembedded.org git at git.openembedded.org
Sun Jan 20 13:18:18 UTC 2013


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

Author: Ross Burton <ross.burton at intel.com>
Date:   Sat Jan 19 22:47:09 2013 +0000

packagegroup-core-boot: install systemd-compat-units on systemd images

systemd-compat-units is needed to run postinsts for example.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../packagegroups/packagegroup-core-boot.bb        |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb
index 94e9e32..fbc50c7 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb
@@ -41,6 +41,7 @@ RDEPENDS_${PN} = "\
     netbase \
     ${VIRTUAL-RUNTIME_login_manager} \
     ${VIRTUAL-RUNTIME_init_manager} \
+    ${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd-compat-units', '',d)} \
     ${VIRTUAL-RUNTIME_dev_manager} \
     ${VIRTUAL-RUNTIME_update-alternatives} \
     ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}"





More information about the Openembedded-commits mailing list