diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-08-06 17:41:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-07 22:17:48 +0100 |
commit | 3f1eb2556026572dca9476c561d89b86723395c7 (patch) | |
tree | b2b4cef1f2f8f4f6052ff796761dfc7d5e22db09 /meta/conf | |
parent | a088018e6e36073c0723b160f8b087a5243836ee (diff) | |
download | openembedded-core-3f1eb2556026572dca9476c561d89b86723395c7.tar.gz openembedded-core-3f1eb2556026572dca9476c561d89b86723395c7.tar.bz2 openembedded-core-3f1eb2556026572dca9476c561d89b86723395c7.zip |
binutils: Bump to 2.27
Signed-off-by: Khem Raj <raj.khem@gmail.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 3085ec0d52..c579f10290 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc @@ -24,7 +24,7 @@ PREFERRED_PROVIDER_virtual/gettext ??= "gettext" GCCVERSION ?= "6.1%" SDKGCCVERSION ?= "${GCCVERSION}" -BINUVERSION ?= "2.26%" +BINUVERSION ?= "2.27%" GDBVERSION ?= "7.11%" GLIBCVERSION ?= "2.24" UCLIBCVERSION ?= "1.0%" |