]> code.ossystems Code Review - openembedded-core.git/commitdiff
xz: Correctly specify GPL-3.0 with autoconf exception
authorKhem Raj <raj.khem@gmail.com>
Tue, 25 Aug 2015 21:03:43 +0000 (21:03 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Sep 2015 14:39:34 +0000 (15:39 +0100)
There is m4/ax_pthread.m4 macro which uses GPL-3.0 with autoconf
exception, there is no other occurance of GPL-3.0 use, lets mark the
licence correctly.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/xz/xz_5.2.1.bb

index e0ae48fe4f1d36158c2b5162364f59d3ee4ad6f0..cf7fba656fa4a9a2d17944eb1aa024ab87814b57 100644 (file)
@@ -6,7 +6,7 @@ SECTION = "base"
 # which is GPLv3 is an m4 macro which isn't shipped in any of our packages,
 # and the LGPL bits are under lib/, which appears to be used for libgnu, which
 # appears to be used for DOS builds. So we're left with GPLv2+ and PD.
-LICENSE = "GPLv2+ & GPLv3+ & LGPLv2.1+ & PD"
+LICENSE = "GPLv2+ & GPL-3.0-with-autoconf-exception & LGPLv2.1+ & PD"
 LICENSE_${PN} = "GPLv2+"
 LICENSE_${PN}-dev = "GPLv2+"
 LICENSE_${PN}-staticdev = "GPLv2+"