m4: Drop 1.4.9 version, convert to autotools_stage

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-11-05 18:30:24 +00:00
parent f2a5be46cc
commit 5b2610af77
3 changed files with 3 additions and 16 deletions

View File

@@ -10,7 +10,3 @@ do_configure() {
oe_runconf
}
do_stage() {
install -m 0755 src/m4 ${STAGING_BINDIR}/
}

View File

@@ -4,7 +4,9 @@ SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \
file://ac_config_links.patch;patch=1"
PR = "r2"
inherit autotools
PR = "r1"
inherit autotools_stage
EXTRA_OEMAKE += "'infodir=${infodir}'"

View File

@@ -1,11 +0,0 @@
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
}