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 <chris_larson@mentor.com>
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
fi
}
+do_compile () {
+ sed -i -e's,^SUBDIRS = .*,SUBDIRS = ${SUBDIRS},' Makefile
+ oe_runmake
+}
+
PARALLEL_MAKE = ""
BBCLASSEXTEND = "native"