mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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>
This commit is contained in:
@@ -6,6 +6,8 @@ SRC_URI += "file://fixinstall.patch"
|
|||||||
|
|
||||||
datadir = "${STAGING_DIR_TARGET}${target_datadir}"
|
datadir = "${STAGING_DIR_TARGET}${target_datadir}"
|
||||||
|
|
||||||
|
inherit nopackages
|
||||||
|
|
||||||
do_configure_prepend () {
|
do_configure_prepend () {
|
||||||
# Remove any existing libtool m4 since old stale versions would break
|
# Remove any existing libtool m4 since old stale versions would break
|
||||||
# any upgrade
|
# any upgrade
|
||||||
|
|||||||
@@ -27,3 +27,5 @@ SYSROOT_DIRS += "${sysconfdir}"
|
|||||||
# otherwise: dbus-dev depends on shadow-sysroot-dev which depends on shadow-sysroot
|
# 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
|
# and this has another copy of /etc/login.defs already provided by shadow
|
||||||
PACKAGES = ""
|
PACKAGES = ""
|
||||||
|
|
||||||
|
inherit nopackages
|
||||||
|
|||||||
Reference in New Issue
Block a user