summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/automake/automake.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/automake/automake.inc')
-rw-r--r--meta/recipes-devtools/automake/automake.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-devtools/automake/automake.inc b/meta/recipes-devtools/automake/automake.inc
new file mode 100644
index 0000000000..d68c45d4f7
--- /dev/null
+++ b/meta/recipes-devtools/automake/automake.inc
@@ -0,0 +1,13 @@
1DESCRIPTION = "A tool for automatically generating Makefiles."
2LICENSE = "GPLv2"
3HOMEPAGE = "http://www.gnu.org/software/automake/"
4SECTION = "devel"
5PR = "r1"
6
7SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 "
8
9inherit autotools
10
11export AUTOMAKE = "${@bb.which('automake', bb.data.getVar('PATH', d, 1))}"
12
13FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*"