gcc, {e,}glibc: work around pstage install order issue
authorChris Larson <chris_larson@mentor.com>
Mon, 7 Feb 2011 20:15:57 +0000 (13:15 -0700)
committerChris Larson <chris_larson@mentor.com>
Mon, 7 Feb 2011 20:16:07 +0000 (13:16 -0700)
Note that this is dealt with differently in the sstate world, so this should
*not* go into the meta-oe/oe-core universe.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
recipes/eglibc/eglibc.inc
recipes/gcc/gcc-common.inc
recipes/glibc/glibc.inc

index 02209eb..f0cfca8 100644 (file)
@@ -46,3 +46,7 @@ OE_FEATURES := "${@features_to_eglibc_settings(d)}"
 do_configure_prepend() {
        echo '${OE_FEATURES}' > ${B}/option-groups.config
 }
+
+# Work around issues with pstage package install order and intermediate steps
+# in the toolchain build.
+do_setscene[deptask] = "do_setscene"
index ffd4dd3..9fd433b 100644 (file)
@@ -45,3 +45,6 @@ BINV = "${PV}"
 S = "${WORKDIR}/gcc-${PV}"
 B = "${S}/build.${HOST_SYS}.${TARGET_SYS}"
 
+# Work around issues with pstage package install order and intermediate steps
+# in the toolchain build.
+do_setscene[deptask] = "do_setscene"
index f3c0c08..635f017 100644 (file)
@@ -25,3 +25,7 @@ INHIBIT_DEFAULT_DEPS = "1"
 ARM_INSTRUCTION_SET = "arm"
 
 PACKAGES = "glibc catchsegv sln nscd ldd localedef glibc-utils glibc-dev glibc-doc glibc-locale libsegfault glibc-extra-nss glibc-thread-db glibc-pcprofile"
+
+# Work around issues with pstage package install order and intermediate steps
+# in the toolchain build.
+do_setscene[deptask] = "do_setscene"