]> code.ossystems Code Review - openembedded-core.git/commitdiff
eglibc: Add in libc_cv_slibdir setting as used by glibc to fix 64 bit builds
authorRichard Purdie <rpurdie@linux.intel.com>
Mon, 20 Sep 2010 23:16:15 +0000 (00:16 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 20 Sep 2010 23:16:15 +0000 (00:16 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/recipes-core/eglibc/eglibc_2.12.bb

index 6c4f2ec7e6d4fcdd54eced7b27fce3784e94aeec..1e2ee80dd72f4c7df12b6e0f05d47f383ce94778 100644 (file)
@@ -2,7 +2,7 @@ require eglibc.inc
 
 DEPENDS += "gperf-native"
 FILESPATHPKG =. "eglibc-svn:"
-PR = "r4"
+PR = "r5"
 SRCREV="10809"
 EGLIBC_BRANCH="eglibc-2_12"
 SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http \
@@ -42,6 +42,8 @@ python __anonymous () {
                                    bb.data.getVar('TARGET_OS', d, 1))
 }
 
+export libc_cv_slibdir = "${base_libdir}"
+
 EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
                 --without-cvs --disable-profile --disable-debug --without-gd \
                 --enable-clocale=gnu \