[Buildroot] [PATCH] uboot-tools: fix license issues

Gustavo Zacarias gustavo at zacarias.com.ar
Tue Oct 22 14:37:56 UTC 2013


U-Boot 2013.10 moved licenses into the Licenses/ directory.
However since we target many versions of u-boot (even non-upstream
versions) we can't point UBOOT_TOOLS_LICENSE_FILES to the proper place
without making mistakes.
So just remove it unforunately. Fixes:
http://autobuild.buildroot.net/results/8c9/8c94c81fe74399c854de335329cf4942f8356fbe/

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/uboot-tools/uboot-tools.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/uboot-tools/uboot-tools.mk b/package/uboot-tools/uboot-tools.mk
index e19372a..96d2c8d 100644
--- a/package/uboot-tools/uboot-tools.mk
+++ b/package/uboot-tools/uboot-tools.mk
@@ -8,7 +8,6 @@ UBOOT_TOOLS_VERSION = 2013.10
 UBOOT_TOOLS_SOURCE  = u-boot-$(UBOOT_TOOLS_VERSION).tar.bz2
 UBOOT_TOOLS_SITE    = ftp://ftp.denx.de/pub/u-boot
 UBOOT_TOOLS_LICENSE = GPLv2+
-UBOOT_TOOLS_LICENSE_FILES = COPYING
 
 define UBOOT_TOOLS_BUILD_CMDS
 	$(MAKE) -C $(@D) 			\
-- 
1.8.1.5



More information about the buildroot mailing list