From: Joe Slater Date: Tue, 5 Jul 2016 18:22:17 +0000 (-0700) Subject: libidn: add license per package X-Git-Tag: uninative-1.3~343 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=518b1891e4dcbd710724ad3473105efbc25a2ed1;p=openembedded-core.git libidn: add license per package The idn package is GPLv3 and the rest is LGPLv2.1+ or LGPLv3. Signed-off-by: Joe Slater Signed-off-by: Ross Burton --- diff --git a/meta/recipes-extended/libidn/libidn_1.32.bb b/meta/recipes-extended/libidn/libidn_1.32.bb index 133750248b..a23381596a 100644 --- a/meta/recipes-extended/libidn/libidn_1.32.bb +++ b/meta/recipes-extended/libidn/libidn_1.32.bb @@ -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() {