summaryrefslogtreecommitdiffstats
path: root/meta/packages/glibc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-11-23 13:11:23 +0000
committerRichard Purdie <richard@openedhand.com>2007-11-23 13:11:23 +0000
commit90e20ec7564715f3bd703b1a7f7f70f15af5b813 (patch)
treecfc5364cd6672b71eb66dc8a0872f80948026263 /meta/packages/glibc
parent4ab905d3cce24ac1afa1200d3f9fc82bd4137f6a (diff)
downloadpoky-90e20ec7564715f3bd703b1a7f7f70f15af5b813.tar.gz
glibc-2.3.5: Fix stale CROSS_DIR reference
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3216 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/glibc')
-rw-r--r--meta/packages/glibc/glibc_2.3.5+cvs20050627.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/glibc/glibc_2.3.5+cvs20050627.bb b/meta/packages/glibc/glibc_2.3.5+cvs20050627.bb
index 11a28cba6c..e4cb16aaef 100644
--- a/meta/packages/glibc/glibc_2.3.5+cvs20050627.bb
+++ b/meta/packages/glibc/glibc_2.3.5+cvs20050627.bb
@@ -54,7 +54,7 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
54 --without-cvs --disable-profile --disable-debug --without-gd \ 54 --without-cvs --disable-profile --disable-debug --without-gd \
55 --enable-clocale=gnu \ 55 --enable-clocale=gnu \
56 --enable-add-ons=${GLIBC_ADDONS} \ 56 --enable-add-ons=${GLIBC_ADDONS} \
57 --with-headers=${CROSS_DIR}/${TARGET_SYS}/include \ 57 --with-headers=${STAGING_INCDIR} \
58 --without-selinux \ 58 --without-selinux \
59 ${GLIBC_EXTRA_OECONF}" 59 ${GLIBC_EXTRA_OECONF}"
60 60