diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-07-02 09:39:59 -0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-07-08 17:38:15 +0200 |
| commit | 0fbba2cef24421552d21112e845cf9603a32a816 (patch) | |
| tree | 5735a35e3a479235e1348e6e073f53d5be9c9dbc | |
| parent | ec13c098521fec94207a05294528614ae051c58e (diff) | |
| download | buildroot-0fbba2cef24421552d21112e845cf9603a32a816.tar.gz buildroot-0fbba2cef24421552d21112e845cf9603a32a816.zip | |
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 <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | package/pkg-generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |

