diff options
-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 @@ | |||
1 | SUMMARY = "a collection of freely re-usable Autoconf macros" | 1 | SUMMARY = "a collection of freely re-usable Autoconf macros" |
2 | HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/" | 2 | HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/" |
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | LICENSE = "GPLv3" | 4 | LICENSE = "GPL-3.0-with-autoconf-exception" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
6 | file://COPYING.EXCEPTION;md5=fdef168ebff3bc2f13664c365a5fb515" | ||
6 | 7 | ||
7 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz" | 8 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz" |
8 | SRC_URI[md5sum] = "bf19d4cddce260b3c3e1d51d42509071" | 9 | SRC_URI[md5sum] = "bf19d4cddce260b3c3e1d51d42509071" |