diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-06-27 17:44:15 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-28 13:28:37 +0100 |
commit | 084592e9b8b4b553e0c29ec9df8e282c70a93efd (patch) | |
tree | 51ffd015663323d126c50aa81d67df484872cf55 /meta/recipes-devtools/autoconf-archive | |
parent | bc231b1f22664efe7bdac80541b1deb0dad9f519 (diff) | |
download | poky-084592e9b8b4b553e0c29ec9df8e282c70a93efd.tar.gz |
autoconf-archive: update to 2019.01.06
(From OE-Core rev: 5ef547b9ba4f7a2836dea43013a450c7ca13e6e8)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/autoconf-archive')
-rw-r--r-- | meta/recipes-devtools/autoconf-archive/autoconf-archive_2019.01.06.bb (renamed from meta/recipes-devtools/autoconf-archive/autoconf-archive_2018.03.13.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/autoconf-archive/autoconf-archive_2018.03.13.bb b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2019.01.06.bb index 7d62e52ab8..985a254fcc 100644 --- a/meta/recipes-devtools/autoconf-archive/autoconf-archive_2018.03.13.bb +++ b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2019.01.06.bb | |||
@@ -6,8 +6,8 @@ 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] = "46b13a5936372297b6d49980327a3c35" | 9 | SRC_URI[md5sum] = "d46413c8b00a125b1529bae385bbec55" |
10 | SRC_URI[sha256sum] = "6175f90d9fa64c4d939bdbb3e8511ae0ee2134863a2c7bf8d9733819efa6e159" | 10 | SRC_URI[sha256sum] = "17195c833098da79de5778ee90948f4c5d90ed1a0cf8391b4ab348e2ec511e3f" |
11 | 11 | ||
12 | inherit autotools allarch | 12 | inherit autotools allarch |
13 | 13 | ||