]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
core/legal-info: don't generate big file with all license texts
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 15 Oct 2016 08:15:54 +0000 (10:15 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 15 Oct 2016 10:52:42 +0000 (12:52 +0200)
commit81bf01cbffeb73f9db1cc67738030a00749324b7
treec45e6850abb9d5c6f86140194c258b9030c865ea
parent82e84a4f358c9dd2a527015d923d7b355f3a7fa5
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>
Makefile
package/pkg-generic.mk
package/pkg-utils.mk