aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-06-08 11:03:32 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-11 13:49:32 +0100
commit3e57510bb11b350fbe15cae2fb5bf851956061ac (patch)
tree8ed4b9c18f040c045bbfc4a731e317d3520665db /meta/conf
parent4bb926513084dfa6ebf5598a177239315530276e (diff)
downloadopenembedded-core-contrib-3e57510bb11b350fbe15cae2fb5bf851956061ac.tar.gz
linux-libc-headers: set default LINUXLIBCVERSION to 3.4
The 3.4 kernel is released, and is the default for qemu* builds, so we can safely update the default libc-headers version to 3.4. Built and booted for qemu* Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/tcmode-default.inc2
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 469233da01..89c72c5d01 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -22,7 +22,7 @@ SDKGCCVERSION ?= "${GCCVERSION}"
BINUVERSION ?= "2.22"
EGLIBCVERSION ?= "2.15"
UCLIBCVERSION ?= "0.9.33"
-LINUXLIBCVERSION ?= "3.2"
+LINUXLIBCVERSION ?= "3.4"
PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
PREFERRED_VERSION_gcc-cross ?= "${GCCVERSION}"