summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb2
-rw-r--r--meta/recipes-extended/shadow/shadow-sysroot_4.6.bb2
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
7datadir = "${STAGING_DIR_TARGET}${target_datadir}" 7datadir = "${STAGING_DIR_TARGET}${target_datadir}"
8 8
9inherit nopackages
10
9do_configure_prepend () { 11do_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 a8c1539c92..1f6232e43c 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}"
27# otherwise: dbus-dev depends on shadow-sysroot-dev which depends on shadow-sysroot 27# otherwise: dbus-dev depends on shadow-sysroot-dev which depends on shadow-sysroot
28# and this has another copy of /etc/login.defs already provided by shadow 28# and this has another copy of /etc/login.defs already provided by shadow
29PACKAGES = "" 29PACKAGES = ""
30
31inherit nopackages