summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.15.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.15.bb b/meta/recipes-core/eglibc/eglibc_2.15.bb
index dc2a54666b..41f39b29d1 100644
--- a/meta/recipes-core/eglibc/eglibc_2.15.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.15.bb
@@ -3,7 +3,7 @@ require eglibc.inc
3SRCREV = "17386" 3SRCREV = "17386"
4 4
5DEPENDS += "gperf-native" 5DEPENDS += "gperf-native"
6PR = "r8" 6PR = "r9"
7PR_append = "+svnr${SRCPV}" 7PR_append = "+svnr${SRCPV}"
8 8
9EGLIBC_BRANCH="eglibc-2_15" 9EGLIBC_BRANCH="eglibc-2_15"
@@ -23,13 +23,14 @@ SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http
23 file://ppc-sqrt_finite.patch \ 23 file://ppc-sqrt_finite.patch \
24 file://GLRO_dl_debug_mask.patch \ 24 file://GLRO_dl_debug_mask.patch \
25 file://initgroups_keys.patch \ 25 file://initgroups_keys.patch \
26 file://glibc.no_sqrt.patch \
27 " 26 "
28LIC_FILES_CHKSUM = "file://LICENSES;md5=98a1128c4b58120182cbea3b1752d8b9 \ 27LIC_FILES_CHKSUM = "file://LICENSES;md5=98a1128c4b58120182cbea3b1752d8b9 \
29 file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \ 28 file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \
30 file://posix/rxspencer/COPYRIGHT;md5=dc5485bb394a13b2332ec1c785f5d83a \ 29 file://posix/rxspencer/COPYRIGHT;md5=dc5485bb394a13b2332ec1c785f5d83a \
31 file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff " 30 file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff "
32 31
32SRC_URI_append_fslmachine = " file://glibc.no_sqrt.patch"
33
33SRC_URI_append_virtclass-nativesdk = " file://ld-search-order.patch" 34SRC_URI_append_virtclass-nativesdk = " file://ld-search-order.patch"
34S = "${WORKDIR}/${EGLIBC_BRANCH}/libc" 35S = "${WORKDIR}/${EGLIBC_BRANCH}/libc"
35B = "${WORKDIR}/build-${TARGET_SYS}" 36B = "${WORKDIR}/build-${TARGET_SYS}"