[OE-core] [oe-core][PATCH 1/1] libidn: add license per package

Joe Slater jslater at windriver.com
Thu Jul 14 18:45:55 UTC 2016


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

Signed-off-by: Joe Slater <jslater at windriver.com>
---
 meta/recipes-extended/libidn/libidn_1.32.bb |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-extended/libidn/libidn_1.32.bb b/meta/recipes-extended/libidn/libidn_1.32.bb
index 565c75d..af828cb 100644
--- a/meta/recipes-extended/libidn/libidn_1.32.bb
+++ b/meta/recipes-extended/libidn/libidn_1.32.bb
@@ -28,6 +28,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() {
-- 
1.7.9.5




More information about the Openembedded-core mailing list