mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 13:39:49 +02:00
(From OE-Core rev: f7417480667e7a06206239e3aac48dd1149d42fb) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
603 B
BlitzBasic
18 lines
603 B
BlitzBasic
SUMMARY = "a collection of freely re-usable Autoconf macros"
|
|
HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/"
|
|
SECTION = "devel"
|
|
LICENSE = "GPL-3.0-with-autoconf-exception"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=11cc2d3ee574f9d6b7ee797bdce4d423 \
|
|
file://COPYING.EXCEPTION;md5=fdef168ebff3bc2f13664c365a5fb515"
|
|
|
|
SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz"
|
|
SRC_URI[sha256sum] = "e8a6eb9d28ddcba8ffef3fa211653239e9bf239aba6a01a6b7cfc7ceaec69cbd"
|
|
|
|
inherit autotools allarch texinfo
|
|
|
|
PACKAGES = "${PN} ${PN}-doc"
|
|
|
|
FILES_${PN} += "${datadir}/aclocal"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|