diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-20 13:55:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-20 14:02:10 +0000 |
commit | f08a67b451091fcdc84b6b8b1627a8c9589e0ef3 (patch) | |
tree | f79624cc34309d73faa48d0390bbd0d5b45b6053 /meta/conf | |
parent | 6b43ac633ea77c9af29b196f3043a40198b29b2f (diff) | |
download | openembedded-core-contrib-f08a67b451091fcdc84b6b8b1627a8c9589e0ef3.tar.gz |
linux-libc-headers: Upgrade 3.17 -> 3.17.7
Whilst we don't usually take linux-libc-headers point release, 3.17.3
fixes a userspace header issue which caused gdb to fail to build on
mips. We therefore may as well upgrade to the latest point release.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-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 1ee3c6a768c..bc98c8ba674 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc @@ -27,7 +27,7 @@ SDKGCCVERSION ?= "${GCCVERSION}" BINUVERSION ?= "2.24" GLIBCVERSION ?= "2.20" UCLIBCVERSION ?= "0.9.33+git%" -LINUXLIBCVERSION ?= "3.17" +LINUXLIBCVERSION ?= "3.17.7" PREFERRED_VERSION_gcc ?= "${GCCVERSION}" PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" |