diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-08-25 21:03:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-21 15:39:34 +0100 |
commit | 4ee64cb3d922bce4a4b70ac83474e9955239e954 (patch) | |
tree | a31d132ff1e745751fe56045bb76e9cebeaa2507 /meta | |
parent | 8df8b942fa570de42910dcd8a1416063cbe1ddbe (diff) | |
download | openembedded-core-4ee64cb3d922bce4a4b70ac83474e9955239e954.tar.gz openembedded-core-4ee64cb3d922bce4a4b70ac83474e9955239e954.tar.bz2 openembedded-core-4ee64cb3d922bce4a4b70ac83474e9955239e954.zip |
xz: Correctly specify GPL-3.0 with autoconf exception
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/xz/xz_5.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/xz/xz_5.2.1.bb b/meta/recipes-extended/xz/xz_5.2.1.bb index e0ae48fe4f..cf7fba656f 100644 --- a/meta/recipes-extended/xz/xz_5.2.1.bb +++ b/meta/recipes-extended/xz/xz_5.2.1.bb @@ -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+" |