diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2017-07-31 20:28:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-03 11:14:03 +0100 |
commit | 5849391a1854743af26503db603ad578d8d19e25 (patch) | |
tree | b8fdce3205bbac3baa858cf62d438cd85de5cec9 | |
parent | 33bd61e34f0d17841f0817bfdcdf87320a6743ec (diff) | |
download | openembedded-core-5849391a1854743af26503db603ad578d8d19e25.tar.gz openembedded-core-5849391a1854743af26503db603ad578d8d19e25.tar.bz2 openembedded-core-5849391a1854743af26503db603ad578d8d19e25.zip |
autoconf-archive: GPLv3 + autoconf exception
The COPYING file specifies pure GPLv3, not GPLv2 & GPLv3, with the
autoconf exception in COPYING.EXCEPTION. OE-core currently has
GPL-3.0-with-GCC-exception for this in meta/conf/licenses.conf, so
this is used here despite the deprecation note for that license
identifier in https://spdx.org/licenses/GPL-3.0-with-autoconf-exception.
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb index d77c37d739..104dc3896d 100644 --- a/meta/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb +++ b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb @@ -1,8 +1,9 @@ SUMMARY = "a collection of freely re-usable Autoconf macros" HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/" SECTION = "devel" -LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" +LICENSE = "GPL-3.0-with-autoconf-exception" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ + file://COPYING.EXCEPTION;md5=fdef168ebff3bc2f13664c365a5fb515" SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz" SRC_URI[md5sum] = "bf19d4cddce260b3c3e1d51d42509071" |