diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-07 21:24:11 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-07 21:24:11 +0100 |
commit | 02445fca7b6d222c94a6bb3efd35d094025ae5fb (patch) | |
tree | 97130612e84d0277cc6febeb116835e2112fbc8b /meta/recipes-core/eglibc | |
parent | 0f973ed66551cdd1112ee9df42df5603835b8384 (diff) | |
download | openembedded-core-02445fca7b6d222c94a6bb3efd35d094025ae5fb.tar.gz openembedded-core-02445fca7b6d222c94a6bb3efd35d094025ae5fb.tar.bz2 openembedded-core-02445fca7b6d222c94a6bb3efd35d094025ae5fb.zip |
poky-default-revisions.inc: Move SRCREV settings into this file
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/eglibc')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.12.bb b/meta/recipes-core/eglibc/eglibc_2.12.bb index 6518f43f85..999b0b07da 100644 --- a/meta/recipes-core/eglibc/eglibc_2.12.bb +++ b/meta/recipes-core/eglibc/eglibc_2.12.bb @@ -3,7 +3,7 @@ require eglibc.inc DEPENDS += "gperf-native" FILESPATHPKG =. "eglibc-svn:" PR = "r8" -SRCREV="10809" + EGLIBC_BRANCH="eglibc-2_12" SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http \ file://eglibc-svn-arm-lowlevellock-include-tls.patch \ |