On 12/25/2013 12:36 AM, qi.c...@windriver.com wrote:
From: Chen Qi <qi.c...@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.

Why not add the RDEPENDS on the initscript-functions to the appropriate recipes, such as distcc or others that require the contents of functions?

I understand the general value of having it installed, but if "functions" is only required for some recipes, then let's not add it in again if unneeded.

Sau!

Signed-off-by: Chen Qi <qi.c...@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} \

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to