diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-02-11 14:26:33 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-21 22:05:33 +0000 |
commit | 63dd5d0669192b0dbdb5b39282d22d8d5ceccbb1 (patch) | |
tree | fe7f7456086931a65cc50f5047ac06ec9f2b42ca /meta/conf | |
parent | 5db6a27f4847e51c6434a968f81d3ceffcc54952 (diff) | |
download | poky-63dd5d0669192b0dbdb5b39282d22d8d5ceccbb1.tar.gz |
linux-libc-headers: update to 3.19
Updating the libc-headers now that the kernel has released.
(From OE-Core rev: b3721560fe523c144690ebfeb203b3735d0f6843)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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 9e25bf0225..6b602d2f94 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.21" | 28 | GLIBCVERSION ?= "2.21" |
29 | UCLIBCVERSION ?= "0.9.33+git%" | 29 | UCLIBCVERSION ?= "0.9.33+git%" |
30 | LINUXLIBCVERSION ?= "3.17.7" | 30 | LINUXLIBCVERSION ?= "3.19" |
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}" |