summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libidn
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2016-07-05 11:22:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-20 10:24:48 +0100
commit518b1891e4dcbd710724ad3473105efbc25a2ed1 (patch)
tree7afecccc0c69b30df218cdb72847a5e09aac0eac /meta/recipes-extended/libidn
parent51cb21fe5f050874d52f5b05a8a1de79ea4ebf2f (diff)
downloadopenembedded-core-518b1891e4dcbd710724ad3473105efbc25a2ed1.tar.gz
libidn: add license per package
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>
Diffstat (limited to 'meta/recipes-extended/libidn')
-rw-r--r--meta/recipes-extended/libidn/libidn_1.32.bb3
1 files changed, 3 insertions, 0 deletions
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() {