aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eglibc/eglibc_2.9.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-10-28 13:06:13 -0700
committerKhem Raj <raj.khem@gmail.com>2009-10-28 13:07:02 -0700
commitbd449d860fac2948f0d9109f1cdefd0d2d4a5200 (patch)
tree7b209003c5f0a440ab259b75f437e58da8fb00e3 /recipes/eglibc/eglibc_2.9.bb
parent2715d18f8602baa82b43fc545926fb501394ed8e (diff)
downloadopenembedded-bd449d860fac2948f0d9109f1cdefd0d2d4a5200.tar.gz
eglibc: Forward port armv4t-interworking patch
* This patch is needed to support armv4t targets. 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, 2 insertions, 1 deletions
diff --git a/recipes/eglibc/eglibc_2.9.bb b/recipes/eglibc/eglibc_2.9.bb
index bc1b04133f..6b27745f65 100644
--- a/recipes/eglibc/eglibc_2.9.bb
+++ b/recipes/eglibc/eglibc_2.9.bb
@@ -3,11 +3,12 @@ require eglibc.inc
DEPENDS += "gperf-native"
FILESPATHPKG =. "eglibc-svn:"
PV = "2.9"
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"
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://armv4t-interworking.patch;patch=1 \
file://etc/ld.so.conf \
file://generate-supported.mk"
S = "${WORKDIR}/${EGLIBC_BRANCH}/libc"