summaryrefslogtreecommitdiff
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
parent4ab905d3cce24ac1afa1200d3f9fc82bd4137f6a (diff)
downloadopenembedded-core-90e20ec7564715f3bd703b1a7f7f70f15af5b813.tar.gz
openembedded-core-90e20ec7564715f3bd703b1a7f7f70f15af5b813.tar.bz2
openembedded-core-90e20ec7564715f3bd703b1a7f7f70f15af5b813.tar.xz
openembedded-core-90e20ec7564715f3bd703b1a7f7f70f15af5b813.zip
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
-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 11a28cba6..e4cb16aae 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} \
--without-cvs --disable-profile --disable-debug --without-gd \
--enable-clocale=gnu \
--enable-add-ons=${GLIBC_ADDONS} \
- --with-headers=${CROSS_DIR}/${TARGET_SYS}/include \
+ --with-headers=${STAGING_INCDIR} \
--without-selinux \
${GLIBC_EXTRA_OECONF}"