summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc_2.12.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc_2.12.bb')
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.12.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.12.bb b/meta/recipes-core/eglibc/eglibc_2.12.bb
index d851b5dcae..fe2f51d538 100644
--- a/meta/recipes-core/eglibc/eglibc_2.12.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.12.bb
@@ -1,7 +1,6 @@
1require eglibc.inc 1require eglibc.inc
2 2
3DEPENDS += "gperf-native" 3DEPENDS += "gperf-native"
4FILESPATHPKG =. "eglibc-svn:"
5PR = "r14" 4PR = "r14"
6 5
7SRCREV = "14158" 6SRCREV = "14158"
@@ -14,7 +13,7 @@ SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http
14 file://mips-rld-map-check.patch \ 13 file://mips-rld-map-check.patch \
15 file://etc/ld.so.conf \ 14 file://etc/ld.so.conf \
16 file://generate-supported.mk \ 15 file://generate-supported.mk \
17 file://fix-for-make-3.82.diff" 16 "
18SRC_URI_append_virtclass-nativesdk = " file://ld-search-order.patch" 17SRC_URI_append_virtclass-nativesdk = " file://ld-search-order.patch"
19S = "${WORKDIR}/${EGLIBC_BRANCH}/libc" 18S = "${WORKDIR}/${EGLIBC_BRANCH}/libc"
20B = "${WORKDIR}/build-${TARGET_SYS}" 19B = "${WORKDIR}/build-${TARGET_SYS}"