]> code.ossystems Code Review - openembedded-core.git/commitdiff
libtools-cross/shadow-sysroot: Use nopackages inherit
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Oct 2020 15:50:25 +0000 (16:50 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Oct 2020 22:13:58 +0000 (23:13 +0100)
When testing pseudo changes I realised these recipes have packaging tasks
but don't generate packages. Drop the packages tasks for cleanliness.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb
meta/recipes-extended/shadow/shadow-sysroot_4.6.bb

index 522bf3a0e9618a139870f2aeb7cf88854dcc7b91..02c6e152fc9bda6ccc34d8e7ec7e16deaa77a828 100644 (file)
@@ -6,6 +6,8 @@ SRC_URI += "file://fixinstall.patch"
 
 datadir = "${STAGING_DIR_TARGET}${target_datadir}"
 
+inherit nopackages
+
 do_configure_prepend () {
        # Remove any existing libtool m4 since old stale versions would break
        # any upgrade
index a8c1539c92d97ce7ce8f4547f4e56fda93c467df..1f6232e43c4b06d6badb37f04cbff06dcd561388 100644 (file)
@@ -27,3 +27,5 @@ SYSROOT_DIRS += "${sysconfdir}"
 # 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 = ""
+
+inherit nopackages