From cd25de5ea0b47ac51b6e9560da001942c6eae48d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 31 Mar 2010 14:39:50 -0700 Subject: 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 --- 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(-) (limited to 'recipes') diff --git a/recipes/eglibc/eglibc_2.10.bb b/recipes/eglibc/eglibc_2.10.bb index c0098ee4d4..4dfaccfb15 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 6ab1053dc7..6a417055cf 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 13f67e6dc2..37e29c019d 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 313dca9f95..73af01bc46 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}" -- cgit 1.2.3-korg