summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc_2.12.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-06-14 11:53:58 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-15 14:29:12 +0100
commit832d6d4226682ac9f3b6792ebed9837ff39017e0 (patch)
tree904bd0b23da2afd30b26b9d5a0a7b4a9609da4b2 /meta/recipes-core/eglibc/eglibc_2.12.bb
parent55575a64af87471bd0cf08cc3f31809bfb4e6107 (diff)
downloadopenembedded-core-832d6d4226682ac9f3b6792ebed9837ff39017e0.tar.gz
eglibc_2.12.bb: Remove already upstreamed fix-for-make-3.82.diff
This patch is already applied to eglibc 2.12 branch as seen here http://www.eglibc.org/cgi-bin/viewcvs.cgi/branches/eglibc-2_12/libc/manual/Makefile?rev=12230&sortby=date&r2=12230&r1=10495 Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 @@
require eglibc.inc
DEPENDS += "gperf-native"
-FILESPATHPKG =. "eglibc-svn:"
PR = "r14"
SRCREV = "14158"
@@ -14,7 +13,7 @@ SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http
file://mips-rld-map-check.patch \
file://etc/ld.so.conf \
file://generate-supported.mk \
- file://fix-for-make-3.82.diff"
+ "
SRC_URI_append_virtclass-nativesdk = " file://ld-search-order.patch"
S = "${WORKDIR}/${EGLIBC_BRANCH}/libc"
B = "${WORKDIR}/build-${TARGET_SYS}"