[oe-commits] Khem Raj : eglibc: Apply branch fixes.

git version control git at git.openembedded.org
Wed Mar 31 22:55:40 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: cd25de5ea0b47ac51b6e9560da001942c6eae48d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cd25de5ea0b47ac51b6e9560da001942c6eae48d

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Mar 31 14:39:50 2010 -0700

eglibc: Apply branch fixes.

* Use the latest tip of the respective branches
  which have received bug fixes.

* Move svn recipe to latest.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/eglibc/eglibc_2.10.bb |    4 ++--
 recipes/eglibc/eglibc_2.11.bb |    4 ++--
 recipes/eglibc/eglibc_2.9.bb  |    4 ++--
 recipes/eglibc/eglibc_svn.bb  |    2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/recipes/eglibc/eglibc_2.10.bb b/recipes/eglibc/eglibc_2.10.bb
index c0098ee..4dfaccf 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}.7"
-SVN_REV="9381"
+PR = "${INC_PR}.8"
+SVN_REV="10152"
 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 6ab1053..6a41705 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}.2"
-SVN_REV="9738"
+PR = "${INC_PR}.3"
+SVN_REV="10151"
 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_2.9.bb b/recipes/eglibc/eglibc_2.9.bb
index 13f67e6..37e29c0 100644
--- a/recipes/eglibc/eglibc_2.9.bb
+++ b/recipes/eglibc/eglibc_2.9.bb
@@ -3,8 +3,8 @@ require eglibc.inc
 DEPENDS += "gperf-native"
 FILESPATHPKG =. "eglibc-svn:"
 PV = "2.9"
-PR = "${INC_PR}.7"
-SVN_REV="8690"
+PR = "${INC_PR}.8"
+SVN_REV="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 \
diff --git a/recipes/eglibc/eglibc_svn.bb b/recipes/eglibc/eglibc_svn.bb
index 313dca9..73af01b 100644
--- a/recipes/eglibc/eglibc_svn.bb
+++ b/recipes/eglibc/eglibc_svn.bb
@@ -1,7 +1,7 @@
 require eglibc.inc
 
 DEPENDS += "gperf-native"
-SRCREV = "9803"
+SRCREV = "10150"
 DEFAULT_PREFERENCE = "-1"
 FILESPATHPKG =. "eglibc-svn:"
 PV = "2.11+svnr${SRCPV}"





More information about the Openembedded-commits mailing list