aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb
blob: d77c37d739902a372390d4ceb437fafa504c6101 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "a collection of freely re-usable Autoconf macros"
HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/"
SECTION = "devel"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"

SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz"
SRC_URI[md5sum] = "bf19d4cddce260b3c3e1d51d42509071"
SRC_URI[sha256sum] = "e8f2efd235f842bad2f6938bf4a72240a5e5fcd248e8444335e63beb60fabd82"

inherit autotools

BBCLASSEXTEND = "native nativesdk"