Bladeren bron

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 <richard.purdie@linuxfoundation.org>
Richard Purdie 3 jaren geleden
bovenliggende
commit
ef9c11797b

+ 2 - 0
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

+ 2 - 0
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