diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-03-23 13:07:47 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-23 17:38:12 +0000 |
commit | fc2f1581d98fccf931cb98a63ee801a444110ce4 (patch) | |
tree | d6d1ee11e6486c74967d6412834c85eab1c05f86 /meta/conf/distro | |
parent | ce7469ab3b49f8a326ba4c3486a4e63b7cd48799 (diff) | |
download | openembedded-core-fc2f1581d98fccf931cb98a63ee801a444110ce4.tar.gz openembedded-core-fc2f1581d98fccf931cb98a63ee801a444110ce4.tar.bz2 openembedded-core-fc2f1581d98fccf931cb98a63ee801a444110ce4.zip |
linux-libc-headers: set default LINUXLIBCVERSION to 3.2
Switch the default libc-headers to the 3.2 version.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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 28c25db849..b4811631ae 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc @@ -22,7 +22,7 @@ SDKGCCVERSION ?= "4.6%" BINUVERSION ?= "2.22" EGLIBCVERSION ?= "2.13" UCLIBCVERSION ?= "0.9.33" -LINUXLIBCVERSION ?= "3.1" +LINUXLIBCVERSION ?= "3.2" PREFERRED_VERSION_gcc ?= "${GCCVERSION}" PREFERRED_VERSION_gcc-cross ?= "${GCCVERSION}" |