mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
42e870c5ed
commit
01a3261b59
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user