]> code.ossystems Code Review - openembedded-core.git/commitdiff
shadow-sysroot: disable package creation
authorMartin Jansa <martin.jansa@gmail.com>
Fri, 24 Feb 2012 17:06:51 +0000 (18:06 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Feb 2012 17:41:46 +0000 (17:41 +0000)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb

index fbffb845a78696f1f1ed61f0ea776cd903339171..1fb6c565216df1b47da1caa33fcfcd869a4bf210 100644 (file)
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://login.defs_shadow-sysroot;md5=25e2f2de4dfc8f966ac5cdf
 
 DEPENDS = "base-passwd"
 
-PR = "r1"
+PR = "r2"
 
 # The sole purpose of this recipe is to provide the /etc/login.defs
 # file for the target sysroot - needed so the shadow-native utilities
@@ -28,3 +28,8 @@ do_install() {
 sysroot_stage_all() {
        sysroot_stage_dir ${D} ${SYSROOT_DESTDIR}
 }
+
+# don't create any packages
+# otherwise: dbus-dev depends on shadow-sysroot-dev which depends on shadow-sysroot 
+# and this has another copy of /etc/login.defs already provided by shadow
+PACKAGES = ""