From 7c10744908614f22512edaa29d439bd66b992b2a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 15 Sep 2022 07:01:02 +0000 Subject: autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 (From OE-Core rev: 0e041483483ba6434670854701a49d2a72a859d9) Signed-off-by: Richard Purdie --- .../autoconf-archive/autoconf-archive_2022.02.11.bb | 17 ----------------- .../autoconf-archive/autoconf-archive_2022.09.03.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.02.11.bb create mode 100644 meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.09.03.bb (limited to 'meta/recipes-devtools/autoconf-archive') diff --git a/meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.02.11.bb b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.02.11.bb deleted file mode 100644 index 47bf2380f0..0000000000 --- a/meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.02.11.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "a collection of freely re-usable Autoconf macros" -HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/" -SECTION = "devel" -LICENSE = "GPL-3.0-with-autoconf-exception" -LIC_FILES_CHKSUM = "file://COPYING;md5=11cc2d3ee574f9d6b7ee797bdce4d423 \ - file://COPYING.EXCEPTION;md5=fdef168ebff3bc2f13664c365a5fb515" - -SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "78a61b611e2eeb55a89e0398e0ce387bcaf57fe2dd53c6fe427130f777ad1e8c" - -inherit autotools allarch texinfo - -PACKAGES = "${PN} ${PN}-doc" - -FILES:${PN} += "${datadir}/aclocal" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.09.03.bb b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.09.03.bb new file mode 100644 index 0000000000..6595ac98ba --- /dev/null +++ b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.09.03.bb @@ -0,0 +1,17 @@ +SUMMARY = "a collection of freely re-usable Autoconf macros" +HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/" +SECTION = "devel" +LICENSE = "GPL-3.0-with-autoconf-exception" +LIC_FILES_CHKSUM = "file://COPYING;md5=11cc2d3ee574f9d6b7ee797bdce4d423 \ + file://COPYING.EXCEPTION;md5=fdef168ebff3bc2f13664c365a5fb515" + +SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz" +SRC_URI[sha256sum] = "e07454f00d8cae7907bed42d0747798927809947684d94c37207a4d63a32f423" + +inherit autotools allarch texinfo + +PACKAGES = "${PN} ${PN}-doc" + +FILES:${PN} += "${datadir}/aclocal" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf