From e2e6f6fe07049f33cb6348780fa975162752e421 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 12 Dec 2013 13:38:32 +0100 Subject: initial commit of Enea Linux 3.1 Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau --- meta/recipes-devtools/automake/automake.inc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta/recipes-devtools/automake/automake.inc (limited to 'meta/recipes-devtools/automake/automake.inc') diff --git a/meta/recipes-devtools/automake/automake.inc b/meta/recipes-devtools/automake/automake.inc new file mode 100644 index 0000000000..507c062e4a --- /dev/null +++ b/meta/recipes-devtools/automake/automake.inc @@ -0,0 +1,18 @@ +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" + +SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.gz" + +inherit autotools + +do_configure() { + oe_runconf +} + +export AUTOMAKE = "${@bb.utils.which('automake', d.getVar('PATH', True))}" + +FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*" -- cgit v1.2.3-54-g00ecf