From: Richard Purdie Date: Thu, 1 Oct 2020 15:50:25 +0000 (+0100) Subject: libtools-cross/shadow-sysroot: Use nopackages inherit X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~9968 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef9c11797b5d626bdb40b4509d8b2b0d461ff9ea;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Richard Purdie --- 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 522bf3a0e96..02c6e152fc9 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" datadir = "${STAGING_DIR_TARGET}${target_datadir}" +inherit nopackages + do_configure_prepend () { # Remove any existing libtool m4 since old stale versions would break # 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 a8c1539c92d..1f6232e43c4 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}" # 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