diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-07-31 08:06:37 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-07-31 18:00:59 +0200 |
commit | 0a7a850ca5142170c427d2234064558551a327c3 (patch) | |
tree | 6ba92e5739e6067b8f141d5509c886341144fb0c | |
parent | 5adb0f46a26099dbbbf4d9904d391962f5de8f85 (diff) | |
download | buildroot-0a7a850ca5142170c427d2234064558551a327c3.tar.gz buildroot-0a7a850ca5142170c427d2234064558551a327c3.zip |
uboot-tools: bump to version 2013.07
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/uboot-tools/uboot-tools-01-drop-configh-from-tools.patch (renamed from package/uboot-tools/uboot-tools-drop-configh-from-tools.patch) | 0 | ||||
-rw-r--r-- | package/uboot-tools/uboot-tools-02-hostcflags-override-fix.patch (renamed from package/uboot-tools/uboot-tools-hostcflags-override-fix.patch) | 0 | ||||
-rw-r--r-- | package/uboot-tools/uboot-tools.mk | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/package/uboot-tools/uboot-tools-drop-configh-from-tools.patch b/package/uboot-tools/uboot-tools-01-drop-configh-from-tools.patch index 21995ecf06..21995ecf06 100644 --- a/package/uboot-tools/uboot-tools-drop-configh-from-tools.patch +++ b/package/uboot-tools/uboot-tools-01-drop-configh-from-tools.patch diff --git a/package/uboot-tools/uboot-tools-hostcflags-override-fix.patch b/package/uboot-tools/uboot-tools-02-hostcflags-override-fix.patch index 0202eda9b4..0202eda9b4 100644 --- a/package/uboot-tools/uboot-tools-hostcflags-override-fix.patch +++ b/package/uboot-tools/uboot-tools-02-hostcflags-override-fix.patch diff --git a/package/uboot-tools/uboot-tools.mk b/package/uboot-tools/uboot-tools.mk index ceda3c5460..f8935afcb4 100644 --- a/package/uboot-tools/uboot-tools.mk +++ b/package/uboot-tools/uboot-tools.mk @@ -4,7 +4,7 @@ # ################################################################################ -UBOOT_TOOLS_VERSION = 2013.04 +UBOOT_TOOLS_VERSION = 2013.07 UBOOT_TOOLS_SOURCE = u-boot-$(UBOOT_TOOLS_VERSION).tar.bz2 UBOOT_TOOLS_SITE = ftp://ftp.denx.de/pub/u-boot UBOOT_TOOLS_LICENSE = GPLv2+ |