diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-21 00:16:15 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-21 00:16:15 +0100 |
| commit | d8137c014f74d32dcdd2e148523640842a6ac4b1 (patch) | |
| tree | f3e71bde37872894d721f555c8ad64d08129d6e8 | |
| parent | d08f922083420e521da4af6bde67cbdd384e725c (diff) | |
| download | poky-d8137c014f74d32dcdd2e148523640842a6ac4b1.tar.gz | |
eglibc: Add in libc_cv_slibdir setting as used by glibc to fix 64 bit builds
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.12.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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 | |||
| 2 | 2 | ||
| 3 | DEPENDS += "gperf-native" | 3 | DEPENDS += "gperf-native" |
| 4 | FILESPATHPKG =. "eglibc-svn:" | 4 | FILESPATHPKG =. "eglibc-svn:" |
| 5 | PR = "r4" | 5 | PR = "r5" |
| 6 | SRCREV="10809" | 6 | SRCREV="10809" |
| 7 | EGLIBC_BRANCH="eglibc-2_12" | 7 | EGLIBC_BRANCH="eglibc-2_12" |
| 8 | SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http \ | 8 | SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http \ |
| @@ -42,6 +42,8 @@ python __anonymous () { | |||
| 42 | bb.data.getVar('TARGET_OS', d, 1)) | 42 | bb.data.getVar('TARGET_OS', d, 1)) |
| 43 | } | 43 | } |
| 44 | 44 | ||
| 45 | export libc_cv_slibdir = "${base_libdir}" | ||
| 46 | |||
| 45 | EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \ | 47 | EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \ |
| 46 | --without-cvs --disable-profile --disable-debug --without-gd \ | 48 | --without-cvs --disable-profile --disable-debug --without-gd \ |
| 47 | --enable-clocale=gnu \ | 49 | --enable-clocale=gnu \ |
