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_2.9.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_2.9.bb')
-rw-r--r-- | recipes/eglibc/eglibc_2.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/eglibc/eglibc_2.9.bb b/recipes/eglibc/eglibc_2.9.bb index 7a8262783e..792ca83726 100644 --- a/recipes/eglibc/eglibc_2.9.bb +++ b/recipes/eglibc/eglibc_2.9.bb @@ -6,7 +6,7 @@ PV = "2.9" PR = "${INC_PR}.6" SVN_REV="8690" EGLIBC_BRANCH="eglibc-2_9" -SRC_URI = "svn://svn.eglibc.org/branches;module=eglibc-2_9;rev=${SVN_REV};proto=svn \ +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 \ file://armv4t-interworking.patch;patch=1 \ file://IO-acquire-lock-fix.patch;patch=1 \ |