diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-02-24 18:06:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-24 18:04:49 +0000 |
commit | 3a20beb2607710c5b3b38f72cb9902ee4f7478a1 (patch) | |
tree | 6807097f46b5eae2514a85aa49ff749c9b9c1b04 /meta/recipes-extended/shadow | |
parent | 656f9a07588cc00704825a78de9649ca4a1552b8 (diff) | |
download | poky-3a20beb2607710c5b3b38f72cb9902ee4f7478a1.tar.gz |
shadow-sysroot: disable package creation
(From OE-Core rev: a46d80247553f5ecb68bdd3f77ec539381350399)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/shadow')
-rw-r--r-- | meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb | 7 |
1 files changed, 6 insertions, 1 deletions
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 | |||
8 | 8 | ||
9 | DEPENDS = "base-passwd" | 9 | DEPENDS = "base-passwd" |
10 | 10 | ||
11 | PR = "r1" | 11 | PR = "r2" |
12 | 12 | ||
13 | # The sole purpose of this recipe is to provide the /etc/login.defs | 13 | # The sole purpose of this recipe is to provide the /etc/login.defs |
14 | # file for the target sysroot - needed so the shadow-native utilities | 14 | # file for the target sysroot - needed so the shadow-native utilities |
@@ -28,3 +28,8 @@ do_install() { | |||
28 | sysroot_stage_all() { | 28 | sysroot_stage_all() { |
29 | sysroot_stage_dir ${D} ${SYSROOT_DESTDIR} | 29 | sysroot_stage_dir ${D} ${SYSROOT_DESTDIR} |
30 | } | 30 | } |
31 | |||
32 | # don't create any packages | ||
33 | # otherwise: dbus-dev depends on shadow-sysroot-dev which depends on shadow-sysroot | ||
34 | # and this has another copy of /etc/login.defs already provided by shadow | ||
35 | PACKAGES = "" | ||