diff options
Diffstat (limited to 'meta/recipes-devtools/automake/automake.inc')
-rw-r--r-- | meta/recipes-devtools/automake/automake.inc | 13 |
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 @@ | |||
1 | DESCRIPTION = "A tool for automatically generating Makefiles." | ||
2 | LICENSE = "GPLv2" | ||
3 | HOMEPAGE = "http://www.gnu.org/software/automake/" | ||
4 | SECTION = "devel" | ||
5 | PR = "r1" | ||
6 | |||
7 | SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 " | ||
8 | |||
9 | inherit autotools | ||
10 | |||
11 | export AUTOMAKE = "${@bb.which('automake', bb.data.getVar('PATH', d, 1))}" | ||
12 | |||
13 | FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*" | ||