blob: 2f86b5065591242b24027d10d3b2c83e62c7a56f [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "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"
Brad Bishop12f24e22018-03-31 11:58:28 -04005LIC_FILES_CHKSUM = "file://COPYING;md5=11cc2d3ee574f9d6b7ee797bdce4d423 \
Brad Bishopd7bf8c12018-02-25 22:55:05 -05006 file://COPYING.EXCEPTION;md5=fdef168ebff3bc2f13664c365a5fb515"
7
8SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz"
Andrew Geisslerc926e172021-05-07 16:11:35 -05009SRC_URI[sha256sum] = "e8a6eb9d28ddcba8ffef3fa211653239e9bf239aba6a01a6b7cfc7ceaec69cbd"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050010
Andrew Geissler82c905d2020-04-13 13:39:40 -050011inherit autotools allarch texinfo
Brad Bishop316dfdd2018-06-25 12:45:53 -040012
13PACKAGES = "${PN} ${PN}-doc"
14
Patrick Williams213cb262021-08-07 19:21:33 -050015FILES:${PN} += "${datadir}/aclocal"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050016
17BBCLASSEXTEND = "native nativesdk"