summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2017-07-31 20:28:49 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-03 11:14:13 +0100
commit86abf0c1afd8b93606e0102df8c29902dd3394db (patch)
tree266ffbf3050a6977d15b11635c70abce55db6bb4 /meta
parent7dd7ef3bd231cb8ba5459b3a7717b145c115af6d (diff)
downloadpoky-86abf0c1afd8b93606e0102df8c29902dd3394db.tar.gz
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. (From OE-Core rev: 5849391a1854743af26503db603ad578d8d19e25) Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb5
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 @@
1SUMMARY = "a collection of freely re-usable Autoconf macros" 1SUMMARY = "a collection of freely re-usable Autoconf macros"
2HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/" 2HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/"
3SECTION = "devel" 3SECTION = "devel"
4LICENSE = "GPLv3" 4LICENSE = "GPL-3.0-with-autoconf-exception"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
6 file://COPYING.EXCEPTION;md5=fdef168ebff3bc2f13664c365a5fb515"
6 7
7SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz" 8SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz"
8SRC_URI[md5sum] = "bf19d4cddce260b3c3e1d51d42509071" 9SRC_URI[md5sum] = "bf19d4cddce260b3c3e1d51d42509071"