Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] uboot-tools: fix license issues
@ 2013-10-22 14:37 Gustavo Zacarias
  2013-10-22 14:57 ` Thomas De Schampheleire
  2013-10-22 16:39 ` Peter Korsgaard
  0 siblings, 2 replies; 20+ messages in thread
From: Gustavo Zacarias @ 2013-10-22 14:37 UTC (permalink / raw)
  To: buildroot

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@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

^ permalink raw reply related	[flat|nested] 20+ messages in thread
* [Buildroot] [PATCH] uboot-tools: fix license issues
@ 2013-10-22 16:46 Gustavo Zacarias
  2013-11-02 13:43 ` Thomas Petazzoni
  0 siblings, 1 reply; 20+ messages in thread
From: Gustavo Zacarias @ 2013-10-22 16:46 UTC (permalink / raw)
  To: buildroot

Fix license directory and filename change, fixes:
http://autobuild.buildroot.net/results/8c9/8c94c81fe74399c854de335329cf4942f8356fbe/

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

diff --git a/package/uboot-tools/uboot-tools.mk b/package/uboot-tools/uboot-tools.mk
index e19372a..73e1d32 100644
--- a/package/uboot-tools/uboot-tools.mk
+++ b/package/uboot-tools/uboot-tools.mk
@@ -8,7 +8,7 @@ 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
+UBOOT_TOOLS_LICENSE_FILES = Licenses/gpl-2.0.txt
 
 define UBOOT_TOOLS_BUILD_CMDS
 	$(MAKE) -C $(@D) 			\
-- 
1.8.1.5

^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2013-11-02 17:38 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-22 14:37 [Buildroot] [PATCH] uboot-tools: fix license issues Gustavo Zacarias
2013-10-22 14:57 ` Thomas De Schampheleire
2013-10-22 15:22   ` Gustavo Zacarias
2013-10-23  9:39   ` Thomas Petazzoni
2013-10-24  6:51     ` Thomas De Schampheleire
2013-10-24  8:20       ` Luca Ceresoli
2013-10-24 12:24         ` Arnout Vandecappelle
2013-10-24 12:35           ` Gustavo Zacarias
2013-10-24 19:29             ` Arnout Vandecappelle
2013-10-22 16:39 ` Peter Korsgaard
2013-10-22 16:39   ` Gustavo Zacarias
2013-10-22 17:01   ` Thomas De Schampheleire
2013-10-22 17:49     ` Peter Korsgaard
2013-10-22 17:50     ` Gustavo Zacarias
  -- strict thread matches above, loose matches on Subject: below --
2013-10-22 16:46 Gustavo Zacarias
2013-11-02 13:43 ` Thomas Petazzoni
2013-11-02 16:24   ` Gustavo Zacarias
2013-11-02 16:43     ` Thomas Petazzoni
2013-11-02 17:32       ` Yann E. MORIN
2013-11-02 17:38         ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox