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-21 12:37:55 +0000 |
commit | bc97e8555dd01fd5f9c59f5990e3e3c80035ca9a (patch) | |
tree | ba3d30a9a47dbf7446dbb2f241ed8d881375d56f /meta/conf/distro | |
parent | be50d1dc1c03b709e60d2493df5890f7556852b7 (diff) | |
download | poky-bc97e8555dd01fd5f9c59f5990e3e3c80035ca9a.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.
(From OE-Core rev: f08a67b451091fcdc84b6b8b1627a8c9589e0ef3)
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 1ee3c6a768..bc98c8ba67 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
@@ -27,7 +27,7 @@ SDKGCCVERSION ?= "${GCCVERSION}" | |||
27 | BINUVERSION ?= "2.24" | 27 | BINUVERSION ?= "2.24" |
28 | GLIBCVERSION ?= "2.20" | 28 | GLIBCVERSION ?= "2.20" |
29 | UCLIBCVERSION ?= "0.9.33+git%" | 29 | UCLIBCVERSION ?= "0.9.33+git%" |
30 | LINUXLIBCVERSION ?= "3.17" | 30 | LINUXLIBCVERSION ?= "3.17.7" |
31 | 31 | ||
32 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" | 32 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" |
33 | PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" | 33 | PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" |