mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
(From OE-Core rev: e7e00c4d8e86a90c19f553b35a62aa091b6ad14c) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
540 B
PHP
16 lines
540 B
PHP
SUMMARY = "A GNU tool for automatically generating Makefiles."
|
|
DESCRIPTION = "Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding \
|
|
Standards. Automake requires the use of Autoconf."
|
|
LICENSE = "GPLv2"
|
|
HOMEPAGE = "http://www.gnu.org/software/automake/"
|
|
SECTION = "devel"
|
|
PR = "r2"
|
|
|
|
SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 "
|
|
|
|
inherit autotools
|
|
|
|
export AUTOMAKE = "${@bb.which('automake', bb.data.getVar('PATH', d, 1))}"
|
|
|
|
FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*"
|