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:15:32 +0100
commit48df3fe947c4d900aa6b66d9d8352c0d9e59ebe4 (patch)
tree46ee821cd3792d650abecf095354e754343e2dad /meta/recipes-core/eglibc/eglibc-testing.inc
parentb0faebd1f07e1616004bd19664395932e7c2c48f (diff)
downloadpoky-48df3fe947c4d900aa6b66d9d8352c0d9e59ebe4.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. (From OE-Core rev: bddc141e7cec18744902787ab53c21bf28e71f78) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 () {
37 sed -i -e "s/\-tcbootstrap//g" ${B}/${HOST_PREFIX}testeglibc 37 sed -i -e "s/\-tcbootstrap//g" ${B}/${HOST_PREFIX}testeglibc
38 38
39 # use the final cross-gcc to test since some tests need libstdc++ 39 # use the final cross-gcc to test since some tests need libstdc++
40 sed -i -e "s/^PATH=.*\.gcc-cross-intermediate\:/PATH=/g" ${B}/${HOST_PREFIX}testeglibc 40 sed -i -e "s/^PATH=.*\.gcc-cross-initial\:/PATH=/g" ${B}/${HOST_PREFIX}testeglibc
41 41
42 # append execution part script 42 # append execution part script
43cat >> ${B}/${HOST_PREFIX}testeglibc << STOP 43cat >> ${B}/${HOST_PREFIX}testeglibc << STOP