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-15 13:45:50 +0100 |
commit | a976d65abae2ac4b9365edbea4aaf66c00fa73a8 (patch) | |
tree | 4481809fde569410596ebe7dd1d747754c5b138f /meta | |
parent | 2af64401a7fe081d6ac4061f7542b32bac0f18b4 (diff) | |
download | poky-a976d65abae2ac4b9365edbea4aaf66c00fa73a8.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: 275d504b2f979901278141a4ba217d02a099f980)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit ef9c11797b5d626bdb40b4509d8b2b0d461ff9ea)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/shadow/shadow-sysroot_4.6.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb b/meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb index 522bf3a0e9..02c6e152fc 100644 --- a/meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb +++ b/meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb | |||
@@ -6,6 +6,8 @@ SRC_URI += "file://fixinstall.patch" | |||
6 | 6 | ||
7 | datadir = "${STAGING_DIR_TARGET}${target_datadir}" | 7 | datadir = "${STAGING_DIR_TARGET}${target_datadir}" |
8 | 8 | ||
9 | inherit nopackages | ||
10 | |||
9 | do_configure_prepend () { | 11 | do_configure_prepend () { |
10 | # Remove any existing libtool m4 since old stale versions would break | 12 | # Remove any existing libtool m4 since old stale versions would break |
11 | # any upgrade | 13 | # any upgrade |
diff --git a/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb b/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb index 79fc8b80b5..5f7ea00bf1 100644 --- a/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb +++ b/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb | |||
@@ -30,3 +30,5 @@ SYSROOT_DIRS += "${sysconfdir}" | |||
30 | # otherwise: dbus-dev depends on shadow-sysroot-dev which depends on shadow-sysroot | 30 | # otherwise: dbus-dev depends on shadow-sysroot-dev which depends on shadow-sysroot |
31 | # and this has another copy of /etc/login.defs already provided by shadow | 31 | # and this has another copy of /etc/login.defs already provided by shadow |
32 | PACKAGES = "" | 32 | PACKAGES = "" |
33 | |||
34 | inherit nopackages | ||