summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/automake
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/automake')
-rw-r--r--meta/recipes-devtools/automake/automake.inc4
-rw-r--r--meta/recipes-devtools/automake/automake_1.12.3.bb2
2 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-devtools/automake/automake.inc b/meta/recipes-devtools/automake/automake.inc
index 370cacadfc..ae743cc58a 100644
--- a/meta/recipes-devtools/automake/automake.inc
+++ b/meta/recipes-devtools/automake/automake.inc
@@ -9,6 +9,10 @@ SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.gz"
9 9
10inherit autotools 10inherit autotools
11 11
12do_configure() {
13 oe_runconf
14}
15
12export AUTOMAKE = "${@bb.which('automake', d.getVar('PATH', True))}" 16export AUTOMAKE = "${@bb.which('automake', d.getVar('PATH', True))}"
13 17
14FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*" 18FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*"
diff --git a/meta/recipes-devtools/automake/automake_1.12.3.bb b/meta/recipes-devtools/automake/automake_1.12.3.bb
index 25069d72b5..af99dfa2c5 100644
--- a/meta/recipes-devtools/automake/automake_1.12.3.bb
+++ b/meta/recipes-devtools/automake/automake_1.12.3.bb
@@ -42,7 +42,7 @@ SRC_URI += "${PATHFIXPATCH} \
42SRC_URI[md5sum] = "d2af8484de94cdee16d89c50aaa1c729" 42SRC_URI[md5sum] = "d2af8484de94cdee16d89c50aaa1c729"
43SRC_URI[sha256sum] = "095ffaa3ac887d1eb3511bf13d7f1fc9ec0503c6a06aeae05c93730cdda9a5a0" 43SRC_URI[sha256sum] = "095ffaa3ac887d1eb3511bf13d7f1fc9ec0503c6a06aeae05c93730cdda9a5a0"
44 44
45PR = "r0" 45PR = "r1"
46 46
47do_install () { 47do_install () {
48 oe_runmake 'DESTDIR=${D}' install 48 oe_runmake 'DESTDIR=${D}' install