diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-03-31 11:58:28 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 13:28:01 +0100 |
commit | 7a4684c381772b9605111a96f4baf9e8974b1bd7 (patch) | |
tree | 37bcc2452b24825960625989a354ea29ccf6d7ea /meta/recipes-devtools | |
parent | 18ddd221632a0594769705432d648c6d43aa1fdb (diff) | |
download | poky-7a4684c381772b9605111a96f4baf9e8974b1bd7.tar.gz |
autoconf-archive: update to version to 2018.03.13
2016.09.16 -> 2018.03.13
License-Update: s/http/https/ in the license requires md5sum update.
(From OE-Core rev: ac0bdebcc415f0ad448a41907d4e6a23f4855813)
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/autoconf-archive/autoconf-archive_2018.03.13.bb (renamed from meta/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2018.03.13.bb index 89d57ac079..7d62e52ab8 100644 --- a/meta/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb +++ b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2018.03.13.bb | |||
@@ -2,12 +2,12 @@ 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 = "GPL-3.0-with-autoconf-exception" | 4 | LICENSE = "GPL-3.0-with-autoconf-exception" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=11cc2d3ee574f9d6b7ee797bdce4d423 \ |
6 | file://COPYING.EXCEPTION;md5=fdef168ebff3bc2f13664c365a5fb515" | 6 | file://COPYING.EXCEPTION;md5=fdef168ebff3bc2f13664c365a5fb515" |
7 | 7 | ||
8 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz" | 8 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz" |
9 | SRC_URI[md5sum] = "bf19d4cddce260b3c3e1d51d42509071" | 9 | SRC_URI[md5sum] = "46b13a5936372297b6d49980327a3c35" |
10 | SRC_URI[sha256sum] = "e8f2efd235f842bad2f6938bf4a72240a5e5fcd248e8444335e63beb60fabd82" | 10 | SRC_URI[sha256sum] = "6175f90d9fa64c4d939bdbb3e8511ae0ee2134863a2c7bf8d9733819efa6e159" |
11 | 11 | ||
12 | inherit autotools allarch | 12 | inherit autotools allarch |
13 | 13 | ||