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:28:44 +0100
commit01a3261b59f15b61d9ad586e333d854c69fbe6dc (patch)
tree88cfbee47956610cf8f1fba111491e3d26a9293d /meta/recipes-extended/libidn
parent42e870c5ed4b01f7b79700373bd1f4b21b95028a (diff)
downloadpoky-01a3261b59f15b61d9ad586e333d854c69fbe6dc.tar.gz
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>
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
29PACKAGES =+ "idn" 29PACKAGES =+ "idn"
30FILES_idn = "${bindir}/*" 30FILES_idn = "${bindir}/*"
31 31
32LICENSE_${PN} = "LGPLv2.1+ | LGPLv3"
33LICENSE_idn = "GPLv3+"
34
32EXTRA_OECONF = "--disable-csharp" 35EXTRA_OECONF = "--disable-csharp"
33 36
34do_install_append() { 37do_install_append() {