diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-12-23 20:32:59 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-12-25 12:17:23 -0800 |
commit | 9ef1480ac4d35ba5d354daf877b289072d7dd87b (patch) | |
tree | bc1c34d9f8bbe5110a9df7570f9dcc46510d6c10 /recipes | |
parent | 7ab7beac1cfac75224f199d0f116970c3ba1d2cf (diff) |
eglibc: Move SRCREV to latest tip for svn and 2.11
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/eglibc/eglibc_2.11.bb | 2 | ||||
-rw-r--r-- | recipes/eglibc/eglibc_svn.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/eglibc/eglibc_2.11.bb b/recipes/eglibc/eglibc_2.11.bb index a03cf3806e..3c7fd04e18 100644 --- a/recipes/eglibc/eglibc_2.11.bb +++ b/recipes/eglibc/eglibc_2.11.bb @@ -5,7 +5,7 @@ DEPENDS += "gperf-native" FILESPATHPKG =. "eglibc-svn:" PV = "2.11" PR = "${INC_PR}.1" -SVN_REV="9425" +SVN_REV="9497" EGLIBC_BRANCH="eglibc-2_11" 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 \ diff --git a/recipes/eglibc/eglibc_svn.bb b/recipes/eglibc/eglibc_svn.bb index 7a07f420b4..7865f019f7 100644 --- a/recipes/eglibc/eglibc_svn.bb +++ b/recipes/eglibc/eglibc_svn.bb @@ -1,7 +1,7 @@ require eglibc.inc DEPENDS += "gperf-native" -SRCREV = "9424" +SRCREV = "9527" DEFAULT_PREFERENCE = "-1" FILESPATHPKG =. "eglibc-svn:" PV = "2.11+svnr${SRCPV}" |