diff options
| author | Yann E. MORIN <yann.morin.1998@free.fr> | 2016-10-15 10:15:54 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-15 12:52:42 +0200 |
| commit | 81bf01cbffeb73f9db1cc67738030a00749324b7 (patch) | |
| tree | c45e6850abb9d5c6f86140194c258b9030c865ea /package/pkg-generic.mk | |
| parent | 82e84a4f358c9dd2a527015d923d7b355f3a7fa5 (diff) | |
| download | buildroot-81bf01cbffeb73f9db1cc67738030a00749324b7.tar.gz buildroot-81bf01cbffeb73f9db1cc67738030a00749324b7.zip | |
core/legal-info: don't generate big file with all license texts
By aggregating all the license files into a single big text-only file
means we have no way to use license files that are binary blobs (e.g.
pdf, rtf...).
Just do not generate that big file; if the user still wants it, it is
very easy to create it afterwards.
Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Luca Ceresoli <luca@lucaceresoli.net>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/pkg-generic.mk')
| -rw-r--r-- | package/pkg-generic.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk index 68ead3d1bb..1a37b12580 100644 --- a/package/pkg-generic.mk +++ b/package/pkg-generic.mk @@ -808,7 +808,6 @@ ifneq ($$(call qstrip,$$($(2)_SOURCE)),) # is that the license still applies to the files distributed as part # of the rootfs, even if the sources are not themselves redistributed. ifeq ($$(call qstrip,$$($(2)_LICENSE_FILES)),) - @$$(call legal-license-nofiles,$$($(2)_RAW_BASE_NAME),$$(call UPPERCASE,$(4))) @$$(call legal-warning-pkg,$$($(2)_RAW_BASE_NAME),cannot save license ($(2)_LICENSE_FILES not defined)) else @$$(foreach F,$$($(2)_LICENSE_FILES),$$(call legal-license-file,$$($(2)_RAW_BASE_NAME),$$(F),$$($(2)_DIR)/$$(F),$$(call UPPERCASE,$(4)))$$(sep)) |

