blob: 985a254fcc1d350a80c289e7f4a362ffcbaab607 [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"
Brad Bishop96ff1982019-08-19 13:50:42 -04009SRC_URI[md5sum] = "d46413c8b00a125b1529bae385bbec55"
10SRC_URI[sha256sum] = "17195c833098da79de5778ee90948f4c5d90ed1a0cf8391b4ab348e2ec511e3f"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050011
Brad Bishop316dfdd2018-06-25 12:45:53 -040012inherit autotools allarch
13
14PACKAGES = "${PN} ${PN}-doc"
15
16FILES_${PN} += "${datadir}/aclocal"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050017
18BBCLASSEXTEND = "native nativesdk"