diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-11-13 14:24:16 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-11-13 14:24:16 -0800 |
commit | 849cddddec8f53105cf54d8e9eb56416f93c4c71 (patch) | |
tree | 9c58618c4371ac879b913385440ccc4d46ace442 /recipes/eglibc/eglibc_svn.bb | |
parent | 7596dc336724f56fa36cbc34649c0398fd160d02 (diff) |
eglibc_2.11: Add recipes for new eglibc 2.11 release
* Use EGLIBC_BRANCH in missing places where it could be used.
* Update svn recipe to latest.
* Update svn recipe version to 2.11+ now that 2.12 is tracking trunk.
* Make DEFAULT_PREFERENCE = -1 for eglibc 2.11 default stays 2.10.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/eglibc/eglibc_svn.bb')
-rw-r--r-- | recipes/eglibc/eglibc_svn.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes/eglibc/eglibc_svn.bb b/recipes/eglibc/eglibc_svn.bb index 08f280a8bf..460af5a335 100644 --- a/recipes/eglibc/eglibc_svn.bb +++ b/recipes/eglibc/eglibc_svn.bb @@ -1,15 +1,14 @@ require eglibc.inc DEPENDS += "gperf-native" -SRCREV = "9191" +SRCREV = "9241" DEFAULT_PREFERENCE = "-1" FILESPATHPKG =. "eglibc-svn:" -PV = "2.10+svnr${SRCREV}" -PR = "${INC_PR}.2" +PV = "2.11+svnr${SRCREV}" +PR = "${INC_PR}.3" EGLIBC_BRANCH="trunk" -SRC_URI = "svn://svn.eglibc.org;module=trunk \ +SRC_URI = "svn://svn.eglibc.org;module=${EGLIBC_BRANCH} \ file://eglibc-svn-arm-lowlevellock-include-tls.patch;patch=1 \ - file://armv4t-interworking.patch;patch=1 \ file://IO-acquire-lock-fix.patch;patch=1 \ file://etc/ld.so.conf \ file://generate-supported.mk" |