summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc-testing.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-08-15 23:16:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-21 12:13:20 +0100
commitbddc141e7cec18744902787ab53c21bf28e71f78 (patch)
treead5f46e27dcd6bb5fcec5129d43b746b849be732 /meta/recipes-core/eglibc/eglibc-testing.inc
parent30617bde61a3b0a0944b49a0c9fb7159dacbb19f (diff)
downloadopenembedded-core-bddc141e7cec18744902787ab53c21bf28e71f78.tar.gz
eglibc: Fix eglibc-initial and let eglibc depend on it
eglibc-initial does not need to install fake shared libs anymore so drop it. eglibc now should depend on eglibc-initial so that bootstrap sysroot gets populated properly. Drop references to gcc intermediate from glibc testing scripts. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc-testing.inc')
-rw-r--r--meta/recipes-core/eglibc/eglibc-testing.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-testing.inc b/meta/recipes-core/eglibc/eglibc-testing.inc
index a5ce773bfc..ab3ec1555f 100644
--- a/meta/recipes-core/eglibc/eglibc-testing.inc
+++ b/meta/recipes-core/eglibc/eglibc-testing.inc
@@ -37,7 +37,7 @@ do_compile_append () {
sed -i -e "s/\-tcbootstrap//g" ${B}/${HOST_PREFIX}testeglibc
# use the final cross-gcc to test since some tests need libstdc++
- sed -i -e "s/^PATH=.*\.gcc-cross-intermediate\:/PATH=/g" ${B}/${HOST_PREFIX}testeglibc
+ sed -i -e "s/^PATH=.*\.gcc-cross-initial\:/PATH=/g" ${B}/${HOST_PREFIX}testeglibc
# append execution part script
cat >> ${B}/${HOST_PREFIX}testeglibc << STOP