aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eglibc/eglibc_2.9.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-10-22 17:30:07 -0700
committerKhem Raj <raj.khem@gmail.com>2009-10-22 17:30:07 -0700
commita47b5b92afb708a6b79a568d96219f839e32de55 (patch)
tree2c1058a8309863e248491161e4113c3940976488 /recipes/eglibc/eglibc_2.9.bb
parentff9665cf99b28e59ab8622d1a68f77b41a53a5a7 (diff)
downloadopenembedded-a47b5b92afb708a6b79a568d96219f839e32de55.tar.gz
eglibc_2.9: Remove un-needed patches.
* Update the SRCREV to get latest bugfixes for 2.10 * Update svn recipe to point to latest trunk. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/eglibc/eglibc_2.9.bb')
-rw-r--r--recipes/eglibc/eglibc_2.9.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/eglibc/eglibc_2.9.bb b/recipes/eglibc/eglibc_2.9.bb
index cf9549c7a7..bc1b04133f 100644
--- a/recipes/eglibc/eglibc_2.9.bb
+++ b/recipes/eglibc/eglibc_2.9.bb
@@ -3,12 +3,11 @@ require eglibc.inc
DEPENDS += "gperf-native"
FILESPATHPKG =. "eglibc-svn:"
PV = "2.9"
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.3"
SVN_REV="8690"
EGLIBC_BRANCH="eglibc-2_9"
SRC_URI = "svn://svn.eglibc.org/branches;module=eglibc-2_9;rev=${SVN_REV};proto=svn \
file://eglibc-svn-arm-lowlevellock-include-tls.patch;patch=1 \
- file://eglibc_adjust_begin_insertion.patch;patch=1 \
file://etc/ld.so.conf \
file://generate-supported.mk"
S = "${WORKDIR}/${EGLIBC_BRANCH}/libc"