aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/glibc
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2011-02-07 13:15:57 -0700
committerChris Larson <chris_larson@mentor.com>2011-02-07 13:16:07 -0700
commitb2f1e746e90bccbfed0d5bb4dee2688eb1ca22bf (patch)
treefb5281ef0d8e3e8f501476b1ca993d22a1329ea8 /recipes/glibc
parent82c07ebb7bc876bd2898c4bfbd769809a33f5727 (diff)
downloadopenembedded-b2f1e746e90bccbfed0d5bb4dee2688eb1ca22bf.tar.gz
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 <chris_larson@mentor.com>
Diffstat (limited to 'recipes/glibc')
-rw-r--r--recipes/glibc/glibc.inc4
1 files changed, 4 insertions, 0 deletions
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"