From d66169b0f2ef190b3caa05eb32050970db39eb48 Mon Sep 17 00:00:00 2001 From: Clemens Gruber Date: Thu, 19 May 2016 18:40:35 +0200 Subject: u-boot-tools: bump version to 2016.05 Fixes build errors with GCC 6.1.0. Signed-off-by: Clemens Gruber Signed-off-by: Michael Olbrich --- rules/u-boot-tools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/u-boot-tools.make b/rules/u-boot-tools.make index 42883f140..6cfdbdbd6 100644 --- a/rules/u-boot-tools.make +++ b/rules/u-boot-tools.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_U_BOOT_TOOLS) += u-boot-tools # # Paths and names # -U_BOOT_TOOLS_VERSION := 2015.04 -U_BOOT_TOOLS_MD5 := 570bdc2c47270c2a98ca60ff6c5c74cd +U_BOOT_TOOLS_VERSION := 2016.05 +U_BOOT_TOOLS_MD5 := 3a8613d753dfa707c937991a35404510 U_BOOT_TOOLS := u-boot-$(U_BOOT_TOOLS_VERSION) U_BOOT_TOOLS_SUFFIX := tar.bz2 U_BOOT_TOOLS_URL := ftp://ftp.denx.de/pub/u-boot/$(U_BOOT_TOOLS).$(U_BOOT_TOOLS_SUFFIX) -- cgit v1.2.3