[oe-commits] Chen Qi : at: remove dependency on initscripts

git at git.openembedded.org git at git.openembedded.org
Tue Sep 2 17:11:20 UTC 2014


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

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Tue Sep  2 18:54:02 2014 +0800

at: remove dependency on initscripts

The 'at' package actually doesn't have runtime dependency on
VIRTUAL-RUNTIME_initscripts, so remove this dependency.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/at/at_3.1.15.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-extended/at/at_3.1.15.bb b/meta/recipes-extended/at/at_3.1.15.bb
index a465a76..1080df4 100644
--- a/meta/recipes-extended/at/at_3.1.15.bb
+++ b/meta/recipes-extended/at/at_3.1.15.bb
@@ -7,9 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4"
 DEPENDS = "flex flex-native \
            ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
 
-VIRTUAL-RUNTIME_initscripts ?= "initscripts"                                                                                                                 
 RDEPENDS_${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_DEPS}', '', d)} \
-                  ${VIRTUAL-RUNTIME_initscripts} \
 "
 
 PAM_DEPS = "libpam libpam-runtime pam-plugin-env pam-plugin-limits"



More information about the Openembedded-commits mailing list