aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eglibc/eglibc_2.10.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.10.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.10.bb')
-rw-r--r--recipes/eglibc/eglibc_2.10.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/eglibc/eglibc_2.10.bb b/recipes/eglibc/eglibc_2.10.bb
index d15bd61268..1bd3d6e5da 100644
--- a/recipes/eglibc/eglibc_2.10.bb
+++ b/recipes/eglibc/eglibc_2.10.bb
@@ -3,11 +3,12 @@ require eglibc.inc
DEPENDS += "gperf-native"
FILESPATHPKG =. "eglibc-svn:"
PV = "2.10"
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.3"
SVN_REV="9124"
EGLIBC_BRANCH="eglibc-2_10"
SRC_URI = "svn://svn.eglibc.org/branches;module=eglibc-2_10;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"