From b1b0006059a6c8e9cf06fc14f2b4cb46736fb822 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 22 Oct 2010 11:14:57 -0700 Subject: autoconf: don't build the documentation This kills one of the dependencies upon help2man. In the future, will switch this to be driven by a documentation feature in DISTRO_FEATURES. Signed-off-by: Chris Larson --- recipes/autoconf/autoconf.inc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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" -- cgit 1.2.3-korg