Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/13] legal-info: depend on patch rather than extract
@ 2014-07-02 12:39 Gustavo Zacarias
  2014-07-02 12:40 ` [Buildroot] [PATCH 02/13] usbmount: add license information Gustavo Zacarias
                   ` (12 more replies)
  0 siblings, 13 replies; 30+ messages in thread
From: Gustavo Zacarias @ 2014-07-02 12:39 UTC (permalink / raw)
  To: buildroot

Switch legal-info generation dependency to patch rather than extract
so we can use debian/copyright from debian-maintained packages,
because the *orig* file alone doesn't contain the appropiate file.

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

diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk
index 54193d2..d091af1 100644
--- a/package/pkg-generic.mk
+++ b/package/pkg-generic.mk
@@ -627,7 +627,7 @@ $(2)_MANIFEST_LICENSE_FILES ?= not saved
 # for overriden, local or normal remote packages alike, whether
 # we want to redistribute it or not.
 ifneq ($$($(2)_LICENSE_FILES),)
-$(1)-legal-info: $(1)-extract
+$(1)-legal-info: $(1)-patch
 endif
 
 # We only save the sources of packages we want to redistribute, that are
-- 
1.8.5.5

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

end of thread, other threads:[~2014-07-08 22:28 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-02 12:39 [Buildroot] [PATCH 01/13] legal-info: depend on patch rather than extract Gustavo Zacarias
2014-07-02 12:40 ` [Buildroot] [PATCH 02/13] usbmount: add license information Gustavo Zacarias
2014-07-08 21:42   ` Peter Korsgaard
2014-07-02 12:40 ` [Buildroot] [PATCH 03/13] torsmo: " Gustavo Zacarias
2014-07-08 21:44   ` Peter Korsgaard
2014-07-02 12:40 ` [Buildroot] [PATCH 04/13] texinfo: " Gustavo Zacarias
2014-07-08 21:46   ` Peter Korsgaard
2014-07-02 12:40 ` [Buildroot] [PATCH 05/13] setserial: " Gustavo Zacarias
2014-07-08 21:47   ` Peter Korsgaard
2014-07-02 12:40 ` [Buildroot] [PATCH 06/13] quota: " Gustavo Zacarias
2014-07-08 21:51   ` Peter Korsgaard
2014-07-02 12:40 ` [Buildroot] [PATCH 07/13] opencv: " Gustavo Zacarias
2014-07-08 21:52   ` Peter Korsgaard
2014-07-02 12:40 ` [Buildroot] [PATCH 08/13] musepack: " Gustavo Zacarias
2014-07-08 21:54   ` Peter Korsgaard
2014-07-02 12:40 ` [Buildroot] [PATCH 09/13] makedevs: " Gustavo Zacarias
2014-07-08 22:01   ` Peter Korsgaard
2014-07-08 22:04     ` Gustavo Zacarias
2014-07-08 22:27       ` Peter Korsgaard
2014-07-08 22:28         ` Gustavo Zacarias
2014-07-02 12:40 ` [Buildroot] [PATCH 10/13] linux-fusion: " Gustavo Zacarias
2014-07-08 22:04   ` Peter Korsgaard
2014-07-02 12:40 ` [Buildroot] [PATCH 11/13] libraw: " Gustavo Zacarias
2014-07-08 22:08   ` Peter Korsgaard
2014-07-02 12:40 ` [Buildroot] [PATCH 12/13] lesstif: " Gustavo Zacarias
2014-07-08 22:13   ` Peter Korsgaard
2014-07-02 12:40 ` [Buildroot] [PATCH 13/13] dmraid: " Gustavo Zacarias
2014-07-08 22:23   ` Peter Korsgaard
2014-07-08 22:26     ` Gustavo Zacarias
2014-07-08 15:38 ` [Buildroot] [PATCH 01/13] legal-info: depend on patch rather than extract Peter Korsgaard

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