generate list of license information for packages
authorJohn Crispin <john@openwrt.org>
Sun, 26 Oct 2014 16:57:33 +0000 (16:57 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 26 Oct 2014 16:57:33 +0000 (16:57 +0000)
commiteb738f52750451fc1083f38f8c5cb77220e49d84
tree650f6810ef068bcc24cf964afb561ca67e9f1796
parentf9a06347df9645f0587990135ebb7dd671371015
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>
SVN-Revision: 43070
include/package-dumpinfo.mk
scripts/metadata.pl
scripts/metadata.pm