diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-15 07:01:02 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-17 07:47:07 +0100 |
| commit | 7c10744908614f22512edaa29d439bd66b992b2a (patch) | |
| tree | e52a430873b8ccf78cabce3f6690f9058ae4ce97 /meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.02.11.bb | |
| parent | add766a8f7602ae75c8d4e61cfb11b239e31739c (diff) | |
| download | poky-7c10744908614f22512edaa29d439bd66b992b2a.tar.gz | |
autoconf-archive: upgrade 2022.02.11 -> 2022.09.03
(From OE-Core rev: 0e041483483ba6434670854701a49d2a72a859d9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.02.11.bb')
| -rw-r--r-- | meta/recipes-devtools/autoconf-archive/autoconf-archive_2022.02.11.bb | 17 |
1 files changed, 0 insertions, 17 deletions
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 @@ | |||
| 1 | SUMMARY = "a collection of freely re-usable Autoconf macros" | ||
| 2 | HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/" | ||
| 3 | SECTION = "devel" | ||
| 4 | LICENSE = "GPL-3.0-with-autoconf-exception" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=11cc2d3ee574f9d6b7ee797bdce4d423 \ | ||
| 6 | file://COPYING.EXCEPTION;md5=fdef168ebff3bc2f13664c365a5fb515" | ||
| 7 | |||
| 8 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz" | ||
| 9 | SRC_URI[sha256sum] = "78a61b611e2eeb55a89e0398e0ce387bcaf57fe2dd53c6fe427130f777ad1e8c" | ||
| 10 | |||
| 11 | inherit autotools allarch texinfo | ||
| 12 | |||
| 13 | PACKAGES = "${PN} ${PN}-doc" | ||
| 14 | |||
| 15 | FILES:${PN} += "${datadir}/aclocal" | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native nativesdk" | ||
