[OE-core] [PATCH 2/2] packagegroup-core-boot: make initscripts-functions a basic element of RDEPENDS

Qi.Chen at windriver.com Qi.Chen at windriver.com
Wed Dec 25 08:36:02 UTC 2013


From: Chen Qi <Qi.Chen at windriver.com>

Unlike the initscripts package which is useful in SysV systems but
not so useful in systemd systems, the initscripts-functions package
is useful for both.

For the reason stated above, this patch adds initscripts-funtions to
the RDEPENDS of packagegroup-core-boot.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
 .../packagegroups/packagegroup-core-boot.bb        |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb
index 5455899..2f60c97 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} = "\
     ${@base_contains("DISTRO_FEATURES", "sysvinit", "${SYSVINIT_SCRIPTS}", "", d)} \
     ${@base_contains("MACHINE_FEATURES", "keyboard", "${VIRTUAL-RUNTIME_keymaps}", "", d)} \
     netbase \
+    initscripts-functions \
     ${VIRTUAL-RUNTIME_login_manager} \
     ${VIRTUAL-RUNTIME_init_manager} \
     ${VIRTUAL-RUNTIME_initscripts} \
-- 
1.7.9.5




More information about the Openembedded-core mailing list