diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-22 23:47:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-22 23:48:31 +0100 |
commit | 82e0e0a15373c4be4d9231f17f72d78de95c2f2a (patch) | |
tree | ad759146b041cbcc0fb0f01940dc03a9079ff3e8 /meta/conf/distro | |
parent | ee4dd303b6667a691ed6093b13c226a7466ee31e (diff) | |
download | poky-82e0e0a15373c4be4d9231f17f72d78de95c2f2a.tar.gz |
Revert "tcmode-default.inc: Bump EGLIBCVERSION to 2.14"
This reverts commit 0250ece17e50fde0f87833f0f1a7d203fcfb4343.
2.14 isn't ready for prime time use :(
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/tcmode-default.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 20fc119395..90282ee69d 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
@@ -20,7 +20,7 @@ GCCVERSION ?= "4.6.0" | |||
20 | SDKGCCVERSION ?= "4.6.0" | 20 | SDKGCCVERSION ?= "4.6.0" |
21 | BINUVERSION ?= "2.21" | 21 | BINUVERSION ?= "2.21" |
22 | GLIBCVERSION ?= "2.10.1" | 22 | GLIBCVERSION ?= "2.10.1" |
23 | EGLIBCVERSION ?= "2.14" | 23 | EGLIBCVERSION ?= "2.13" |
24 | LINUXLIBCVERSION ?= "2.6.37.2" | 24 | LINUXLIBCVERSION ?= "2.6.37.2" |
25 | 25 | ||
26 | # Temporary preferred version overrides for PPC | 26 | # Temporary preferred version overrides for PPC |