]> code.ossystems Code Review - openembedded-core.git/commitdiff
glibc-2.3.5: Fix stale CROSS_DIR reference
authorRichard Purdie <richard@openedhand.com>
Fri, 23 Nov 2007 13:11:23 +0000 (13:11 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 23 Nov 2007 13:11:23 +0000 (13:11 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3216 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/glibc/glibc_2.3.5+cvs20050627.bb

index 11a28cba6c3c660fff4fe9e1d6abc536e7da448c..e4cb16aaef4918154d811f18951e72bc38a53b55 100644 (file)
@@ -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}"