From d8137c014f74d32dcdd2e148523640842a6ac4b1 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 21 Sep 2010 00:16:15 +0100 Subject: eglibc: Add in libc_cv_slibdir setting as used by glibc to fix 64 bit builds Signed-off-by: Richard Purdie --- meta/recipes-core/eglibc/eglibc_2.12.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-core') diff --git a/meta/recipes-core/eglibc/eglibc_2.12.bb b/meta/recipes-core/eglibc/eglibc_2.12.bb index 6c4f2ec7e6..1e2ee80dd7 100644 --- a/meta/recipes-core/eglibc/eglibc_2.12.bb +++ b/meta/recipes-core/eglibc/eglibc_2.12.bb @@ -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 \ -- cgit v1.2.3-54-g00ecf