mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
m4: Drop 1.4.9 version, convert to autotools_stage
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -10,7 +10,3 @@ do_configure() {
|
||||
oe_runconf
|
||||
}
|
||||
|
||||
do_stage() {
|
||||
install -m 0755 src/m4 ${STAGING_BINDIR}/
|
||||
}
|
||||
|
||||
|
||||
@@ -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}'"
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user