libidn: add license per package

The idn package is GPLv3 and the rest is LGPLv2.1+ or LGPLv3.

(From OE-Core rev: 518b1891e4dcbd710724ad3473105efbc25a2ed1)

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Joe Slater
2016-07-05 11:22:17 -07:00
committed by Richard Purdie
parent 42e870c5ed
commit 01a3261b59

View File

@@ -29,6 +29,9 @@ SRC_URI[sha256sum] = "ba5d5afee2beff703a34ee094668da5c6ea5afa38784cebba8924105e1
PACKAGES =+ "idn"
FILES_idn = "${bindir}/*"
LICENSE_${PN} = "LGPLv2.1+ | LGPLv3"
LICENSE_idn = "GPLv3+"
EXTRA_OECONF = "--disable-csharp"
do_install_append() {