generate list of license information for packages
authorJohn Crispin <blogic@openwrt.org>
Sun, 26 Oct 2014 16:57:33 +0000 (16:57 +0000)
committerJohn Crispin <blogic@openwrt.org>
Sun, 26 Oct 2014 16:57:33 +0000 (16:57 +0000)
commitef7634e29e01793325998ecb32cb3541fb423109
treee6e048f580022ead70c56842c4ad3fa04b9b9622
parent70fa8d00c06da8560aa7f4692b5366498808b9ad
generate list of license information for packages

Many packages define already metadata about their license (PKG_LICENSE),
but this is only included in the ipk files.

This change allows to create the information also on the build-host,
to get an overview on the used licenses.
In the full list, also all packages without this info are shown

Signed-off-by: Thomas Langer <thomas.langer@lantiq.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43070 3c298f89-4303-0410-b956-a3cf2f4a3e73
include/package-dumpinfo.mk
scripts/metadata.pl
scripts/metadata.pm