blob: 6595ac98bae27d906b84d4e0f1f3485ebfdb280c [file] [log] [blame]
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00001SUMMARY = "a collection of freely re-usable Autoconf macros"
2HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/"
3SECTION = "devel"
4LICENSE = "GPL-3.0-with-autoconf-exception"
5LIC_FILES_CHKSUM = "file://COPYING;md5=11cc2d3ee574f9d6b7ee797bdce4d423 \
6 file://COPYING.EXCEPTION;md5=fdef168ebff3bc2f13664c365a5fb515"
7
8SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz"
Andrew Geissler87f5cff2022-09-30 13:13:31 -05009SRC_URI[sha256sum] = "e07454f00d8cae7907bed42d0747798927809947684d94c37207a4d63a32f423"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000010
11inherit autotools allarch texinfo
12
13PACKAGES = "${PN} ${PN}-doc"
14
15FILES:${PN} += "${datadir}/aclocal"
16
17BBCLASSEXTEND = "native nativesdk"