From b2f1e746e90bccbfed0d5bb4dee2688eb1ca22bf Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 7 Feb 2011 13:15:57 -0700 Subject: [PATCH] gcc, {e,}glibc: work around pstage install order issue 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 --- recipes/eglibc/eglibc.inc | 4 ++++ recipes/gcc/gcc-common.inc | 3 +++ recipes/glibc/glibc.inc | 4 ++++ 3 files changed, 11 insertions(+) diff --git a/recipes/eglibc/eglibc.inc b/recipes/eglibc/eglibc.inc index 02209ebb67..f0cfca8769 100644 --- a/recipes/eglibc/eglibc.inc +++ b/recipes/eglibc/eglibc.inc @@ -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" diff --git a/recipes/gcc/gcc-common.inc b/recipes/gcc/gcc-common.inc index ffd4dd3146..9fd433b74f 100644 --- a/recipes/gcc/gcc-common.inc +++ b/recipes/gcc/gcc-common.inc @@ -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" diff --git a/recipes/glibc/glibc.inc b/recipes/glibc/glibc.inc index f3c0c08209..635f0179b2 100644 --- a/recipes/glibc/glibc.inc +++ b/recipes/glibc/glibc.inc @@ -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" -- 2.39.5