Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
oe_runconf
}
-do_stage() {
- install -m 0755 src/m4 ${STAGING_BINDIR}/
-}
-
file://ac_config_links.patch;patch=1"
PR = "r2"
-inherit autotools
+PR = "r1"
+
+inherit autotools_stage
EXTRA_OEMAKE += "'infodir=${infodir}'"
+++ /dev/null
-DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor."
-LICENSE = "GPLv2"
-SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz"
-
-inherit autotools
-
-EXTRA_OEMAKE += "'infodir=${infodir}'"
-
-do_configure() {
- oe_runconf
-}