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-20 18:16:53 +0000 |
commit | b3721560fe523c144690ebfeb203b3735d0f6843 (patch) | |
tree | 60a9763a5bedd6d2a02b7cd30dcdb8c146895f61 /meta/conf | |
parent | 530565c6cb77319f4cc49edeea6fec6be997415d (diff) | |
download | openembedded-core-b3721560fe523c144690ebfeb203b3735d0f6843.tar.gz openembedded-core-b3721560fe523c144690ebfeb203b3735d0f6843.tar.bz2 openembedded-core-b3721560fe523c144690ebfeb203b3735d0f6843.zip |
linux-libc-headers: update to 3.19
Updating the libc-headers now that the kernel has released.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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}" BINUVERSION ?= "2.24" GLIBCVERSION ?= "2.21" UCLIBCVERSION ?= "0.9.33+git%" -LINUXLIBCVERSION ?= "3.17.7" +LINUXLIBCVERSION ?= "3.19" PREFERRED_VERSION_gcc ?= "${GCCVERSION}" PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" |