]> code.ossystems Code Review - openembedded-core.git/commitdiff
libidn: add license per package
authorJoe Slater <jslater@windriver.com>
Tue, 5 Jul 2016 18:22:17 +0000 (11:22 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jul 2016 09:24:48 +0000 (10:24 +0100)
The idn package is GPLv3 and the rest is LGPLv2.1+ or LGPLv3.

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/libidn/libidn_1.32.bb

index 133750248bb0afa308a0791da467e305061abfd0..a23381596aefea01e20482eaf3f6475d70faf68e 100644 (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() {