diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-01 16:50:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-06 23:14:25 +0100 |
commit | ea79ef5897aa6b074ba2600f3c5e7c0f9ae8a472 (patch) | |
tree | 76a8ecda3bc7c469f2f2aca36156856d917de590 /meta/recipes-extended | |
parent | 2e75c084f2cfe7617de3b9a4b006caa3fee687a6 (diff) | |
download | poky-ea79ef5897aa6b074ba2600f3c5e7c0f9ae8a472.tar.gz |
libtools-cross/shadow-sysroot: Use nopackages inherit
When testing pseudo changes I realised these recipes have packaging tasks
but don't generate packages. Drop the packages tasks for cleanliness.
(From OE-Core rev: ef9c11797b5d626bdb40b4509d8b2b0d461ff9ea)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/shadow/shadow-sysroot_4.6.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb b/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb index a8c1539c92..1f6232e43c 100644 --- a/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb +++ b/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb | |||
@@ -27,3 +27,5 @@ SYSROOT_DIRS += "${sysconfdir}" | |||
27 | # otherwise: dbus-dev depends on shadow-sysroot-dev which depends on shadow-sysroot | 27 | # otherwise: dbus-dev depends on shadow-sysroot-dev which depends on shadow-sysroot |
28 | # and this has another copy of /etc/login.defs already provided by shadow | 28 | # and this has another copy of /etc/login.defs already provided by shadow |
29 | PACKAGES = "" | 29 | PACKAGES = "" |
30 | |||
31 | inherit nopackages | ||