From 3a20beb2607710c5b3b38f72cb9902ee4f7478a1 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 24 Feb 2012 18:06:51 +0100 Subject: shadow-sysroot: disable package creation (From OE-Core rev: a46d80247553f5ecb68bdd3f77ec539381350399) Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'meta/recipes-extended/shadow') diff --git a/meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb b/meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb index fbffb845a7..1fb6c56521 100644 --- a/meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb +++ b/meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb @@ -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 = "" -- cgit v1.2.3-54-g00ecf