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

git at git.openembedded.org git at git.openembedded.org
Wed Sep 3 10:09:34 UTC 2014


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

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Wed Sep  3 15:09:12 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