From: Gustavo Zacarias Date: Wed, 2 Jul 2014 12:39:59 +0000 (-0300) Subject: legal-info: depend on patch rather than extract X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0fbba2cef24421552d21112e845cf9603a32a816;p=buildroot.git legal-info: depend on patch rather than extract 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 Signed-off-by: Peter Korsgaard --- diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk index bc8a12e4d7..2bd4466035 100644 --- a/package/pkg-generic.mk +++ b/package/pkg-generic.mk @@ -629,7 +629,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