diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-14 17:40:21 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-14 17:40:21 +0100 |
| commit | 8fe2bb0123bbf5096f33caa3c06de9a62f97d5ea (patch) | |
| tree | c3231b66eca313256069e5adac47b5dab74eff51 | |
| parent | f9262fabad55217eaeb0d19c9350100fa92b46c4 (diff) | |
| download | poky-8fe2bb0123bbf5096f33caa3c06de9a62f97d5ea.tar.gz | |
glibc: Ensure libc is built in the correct directory by setting slibdir
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | meta/packages/glibc/glibc_2.10.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/packages/glibc/glibc_2.10.1.bb b/meta/packages/glibc/glibc_2.10.1.bb index 17cb078068..2a118a4af6 100644 --- a/meta/packages/glibc/glibc_2.10.1.bb +++ b/meta/packages/glibc/glibc_2.10.1.bb | |||
| @@ -74,6 +74,9 @@ SRC_URI_append_powerpc= " file://powerpc-sqrt-hack.diff" | |||
| 74 | S = "${WORKDIR}/glibc-${PV}" | 74 | S = "${WORKDIR}/glibc-${PV}" |
| 75 | B = "${WORKDIR}/build-${TARGET_SYS}" | 75 | B = "${WORKDIR}/build-${TARGET_SYS}" |
| 76 | 76 | ||
| 77 | # We need this for nativesdk | ||
| 78 | export libc_cv_slibdir = "${base_libdir}" | ||
| 79 | |||
| 77 | EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \ | 80 | EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \ |
| 78 | --without-cvs --disable-profile --disable-debug --without-gd \ | 81 | --without-cvs --disable-profile --disable-debug --without-gd \ |
| 79 | --enable-clocale=gnu \ | 82 | --enable-clocale=gnu \ |
