M7350/oe-core/meta/recipes-devtools/automake/automake.inc

19 lines
567 B
PHP
Raw Normal View History

2024-09-09 08:57:42 +00:00
SUMMARY = "A GNU tool for automatically generating Makefiles"
2024-09-09 08:52:07 +00:00
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"
2024-09-09 08:57:42 +00:00
SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.gz"
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
inherit autotools texinfo
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
do_configure() {
oe_runconf
}
export AUTOMAKE = "${@bb.utils.which('automake', d.getVar('PATH', True))}"
2024-09-09 08:52:07 +00:00
FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*"