summaryrefslogtreecommitdiffstats
path: root/recipes/autoconf/autoconf.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/autoconf/autoconf.inc')
-rw-r--r--recipes/autoconf/autoconf.inc10
1 files changed, 9 insertions, 1 deletions
diff --git a/recipes/autoconf/autoconf.inc b/recipes/autoconf/autoconf.inc
index fe12daff27..79a81082e9 100644
--- a/recipes/autoconf/autoconf.inc
+++ b/recipes/autoconf/autoconf.inc
@@ -8,13 +8,16 @@ RDEPENDS_${PN} = "m4 perl gnu-config"
DEPENDS_virtclass-native = "m4-native gnu-config-native"
RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native"
-INC_PR = "r9"
+INC_PR = "r10"
SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2;name=autoconf \
file://program_prefix.patch"
inherit autotools
+# Excluded: tests man doc
+SUBDIRS = "bin . lib"
+
do_configure_prepend () {
if ${@['true', 'false'][bb.data.inherits_class('native', d)]}
then
@@ -24,5 +27,10 @@ do_configure_prepend () {
fi
}
+do_compile () {
+ sed -i -e's,^SUBDIRS = .*,SUBDIRS = ${SUBDIRS},' Makefile
+ oe_runmake
+}
+
PARALLEL_MAKE = ""
BBCLASSEXTEND = "native"