diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-12-09 20:45:52 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-12-09 20:47:19 -0800 |
commit | 5a04169ad35c702611aaa24b10e11590048dc823 (patch) | |
tree | 8379d233f24a26f689c2ac4207e4614fcfe2d91b /recipes | |
parent | e1334d5719f663e87eef07b95ea66ddc04189d31 (diff) |
eglibc: Update SRCREV to include recent patches into 2.10, 2.11 and svn recipes.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/eglibc/eglibc_2.10.bb | 4 | ||||
-rw-r--r-- | recipes/eglibc/eglibc_2.11.bb | 4 | ||||
-rw-r--r-- | recipes/eglibc/eglibc_svn.bb | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/recipes/eglibc/eglibc_2.10.bb b/recipes/eglibc/eglibc_2.10.bb index 38faaf81b6..3907b095ff 100644 --- a/recipes/eglibc/eglibc_2.10.bb +++ b/recipes/eglibc/eglibc_2.10.bb @@ -3,8 +3,8 @@ require eglibc.inc DEPENDS += "gperf-native" FILESPATHPKG =. "eglibc-svn:" PV = "2.10" -PR = "${INC_PR}.5" -SVN_REV="9124" +PR = "${INC_PR}.6" +SVN_REV="9381" EGLIBC_BRANCH="eglibc-2_10" 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_2.11.bb b/recipes/eglibc/eglibc_2.11.bb index 8c7901c3e2..a03cf3806e 100644 --- a/recipes/eglibc/eglibc_2.11.bb +++ b/recipes/eglibc/eglibc_2.11.bb @@ -4,8 +4,8 @@ DEFAULT_PREFERENCE = "-1" DEPENDS += "gperf-native" FILESPATHPKG =. "eglibc-svn:" PV = "2.11" -PR = "${INC_PR}.0" -SVN_REV="9235" +PR = "${INC_PR}.1" +SVN_REV="9425" 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 67f13abc95..7a07f420b4 100644 --- a/recipes/eglibc/eglibc_svn.bb +++ b/recipes/eglibc/eglibc_svn.bb @@ -1,7 +1,7 @@ require eglibc.inc DEPENDS += "gperf-native" -SRCREV = "9241" +SRCREV = "9424" DEFAULT_PREFERENCE = "-1" FILESPATHPKG =. "eglibc-svn:" PV = "2.11+svnr${SRCPV}" |