]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "eglibc: Upgrade recipes from 2.13 -> 2.14"
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Jun 2011 22:48:01 +0000 (23:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Jun 2011 22:48:01 +0000 (23:48 +0100)
This reverts commit 2a68cf4d315cdd18766de0c75928ff17846a6cd7.

2.14 isn't ready for prime time :(

(A load of files no longer seem to get installed for example)

meta/recipes-core/eglibc/cross-localedef-native_2.13.bb [moved from meta/recipes-core/eglibc/cross-localedef-native_2.14.bb with 100% similarity]
meta/recipes-core/eglibc/eglibc-2.13/IO-acquire-lock-fix.patch [moved from meta/recipes-core/eglibc/eglibc-2.14/IO-acquire-lock-fix.patch with 100% similarity]
meta/recipes-core/eglibc/eglibc-2.13/eglibc-svn-arm-lowlevellock-include-tls.patch [moved from meta/recipes-core/eglibc/eglibc-2.14/eglibc-svn-arm-lowlevellock-include-tls.patch with 100% similarity]
meta/recipes-core/eglibc/eglibc-2.13/etc/ld.so.conf [moved from meta/recipes-core/eglibc/eglibc-2.14/etc/ld.so.conf with 100% similarity]
meta/recipes-core/eglibc/eglibc-2.13/generate-supported.mk [moved from meta/recipes-core/eglibc/eglibc-2.14/generate-supported.mk with 100% similarity]
meta/recipes-core/eglibc/eglibc-2.13/ld-search-order.patch [moved from meta/recipes-core/eglibc/eglibc-2.14/ld-search-order.patch with 100% similarity]
meta/recipes-core/eglibc/eglibc-2.13/mips-rld-map-check.patch [moved from meta/recipes-core/eglibc/eglibc-2.14/mips-rld-map-check.patch with 100% similarity]
meta/recipes-core/eglibc/eglibc-2.13/shorten-build-commands.patch [moved from meta/recipes-core/eglibc/eglibc-2.14/shorten-build-commands.patch with 100% similarity]
meta/recipes-core/eglibc/eglibc-2.13/stack-protector-test.patch [moved from meta/recipes-core/eglibc/eglibc-2.14/stack-protector-test.patch with 100% similarity]
meta/recipes-core/eglibc/eglibc-initial_2.13.bb [moved from meta/recipes-core/eglibc/eglibc-initial_2.14.bb with 100% similarity]
meta/recipes-core/eglibc/eglibc_2.13.bb [moved from meta/recipes-core/eglibc/eglibc_2.14.bb with 97% similarity]

similarity index 97%
rename from meta/recipes-core/eglibc/eglibc_2.14.bb
rename to meta/recipes-core/eglibc/eglibc_2.13.bb
index 8936d9ca911a8395211b43e52e5dfc720ffe7bdb..3490d2db9fbffea6d57e110ce05762ac742bbc24 100644 (file)
@@ -1,12 +1,13 @@
 require eglibc.inc
 
-SRCREV = "14285"
+SRCREV = "14157"
 
 DEPENDS += "gperf-native"
-PR = "r0"
+FILESPATHPKG =. "eglibc-svn:"
+PR = "r2"
 PR_append = "+svnr${SRCPV}"
 
-EGLIBC_BRANCH="eglibc-2_14"
+EGLIBC_BRANCH="eglibc-2_13"
 SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http \
            file://eglibc-svn-arm-lowlevellock-include-tls.patch \
            file://IO-acquire-lock-fix.patch \