lsof/m4: Remove old versions

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2414 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-08-08 21:08:42 +00:00
parent 3838cc7dc1
commit 3ccd06b07d
5 changed files with 0 additions and 101 deletions

View File

@@ -1,19 +0,0 @@
require m4_${PV}.bb
inherit native
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/m4"
INHIBIT_AUTOTOOLS_DEPS = "1"
DEPENDS += "gnu-config-native"
do_configure() {
install -m 0644 ${STAGING_DATADIR}/gnu-config/config.sub .
install -m 0644 ${STAGING_DATADIR}/gnu-config/config.guess .
oe_runconf
}
do_stage() {
install -m 0755 src/m4 ${STAGING_BINDIR}/
}

View File

@@ -1,19 +0,0 @@
require m4_${PV}.bb
inherit native
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/m4"
INHIBIT_AUTOTOOLS_DEPS = "1"
DEPENDS += "gnu-config-native"
do_configure() {
install -m 0644 ${STAGING_DATADIR}/gnu-config/config.sub .
install -m 0644 ${STAGING_DATADIR}/gnu-config/config.guess .
oe_runconf
}
do_stage() {
install -m 0755 src/m4 ${STAGING_BINDIR}/
}

View File

@@ -1,11 +0,0 @@
DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \
processor."
LICENSE = "GPL"
SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \
file://make.patch;patch=1"
S = "${WORKDIR}/m4-${PV}"
inherit autotools
EXTRA_AUTORECONF = "--exclude=autopoint,aclocal"
EXTRA_OEMAKE += "'infodir=${infodir}'"

View File

@@ -1,13 +0,0 @@
DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \
processor."
LICENSE = "GPL"
SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz"
S = "${WORKDIR}/m4-${PV}"
inherit autotools
EXTRA_OEMAKE += "'infodir=${infodir}'"
do_configure() {
oe_runconf
}