diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-02-07 18:26:59 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-02-07 18:26:59 -0800 |
commit | 049da1698559231fe20abfdba6dcbb6d89598a21 (patch) | |
tree | 10d89c0921c9d78d4e312ea8fb127567e4cd03d9 /recipes | |
parent | 0198e0e9c38a966e954fef68a2d3b3bd70c6d1d3 (diff) |
eglibc: Bump SRCREV to latest for svn and 2.11 recipes.
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 3c7fd04e18..96231c5376 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="9497" +SVN_REV="9738" 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 c2e0534974..096425caec 100644 --- a/recipes/eglibc/eglibc_svn.bb +++ b/recipes/eglibc/eglibc_svn.bb @@ -1,7 +1,7 @@ require eglibc.inc DEPENDS += "gperf-native" -SRCREV = "9570" +SRCREV = "9803" DEFAULT_PREFERENCE = "-1" FILESPATHPKG =. "eglibc-svn:" PV = "2.11+svnr${SRCPV}" |