aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eglibc/eglibc_2.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/eglibc/eglibc_2.9.bb')
-rw-r--r--recipes/eglibc/eglibc_2.9.bb13
1 files changed, 7 insertions, 6 deletions
diff --git a/recipes/eglibc/eglibc_2.9.bb b/recipes/eglibc/eglibc_2.9.bb
index 914bc77d1f..a7d9aedea1 100644
--- a/recipes/eglibc/eglibc_2.9.bb
+++ b/recipes/eglibc/eglibc_2.9.bb
@@ -4,13 +4,14 @@ DEPENDS += "gperf-native"
FILESPATHPKG =. "eglibc-svn:"
PV = "2.9"
PR = "${INC_PR}.9"
-SVN_REV="10153"
+PR_append = "+svnr${SRCPV}"
+SRCREV="10153"
EGLIBC_BRANCH="eglibc-2_9"
-SRC_URI = "svn://svn.eglibc.org/branches;module=${EGLIBC_BRANCH};rev=${SVN_REV};proto=svn \
- file://eglibc-svn-arm-lowlevellock-include-tls.patch;patch=1 \
- file://armv4t-interworking.patch;patch=1 \
- file://IO-acquire-lock-fix.patch;patch=1 \
- file://shorten-build-commands.patch;patch=1 \
+SRC_URI = "svn://svn.eglibc.org/branches;module=${EGLIBC_BRANCH};proto=svn \
+ file://eglibc-svn-arm-lowlevellock-include-tls.patch \
+ file://armv4t-interworking.patch \
+ file://IO-acquire-lock-fix.patch \
+ file://shorten-build-commands.patch \
file://etc/ld.so.conf \
file://generate-supported.mk"
S = "${WORKDIR}/${EGLIBC_BRANCH}/libc"