summaryrefslogtreecommitdiffstats
path: root/meta/packages/m4/m4_1.4.2.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-08-08 21:08:42 +0000
committerRichard Purdie <richard@openedhand.com>2007-08-08 21:08:42 +0000
commit3ccd06b07d3d4d479a3ad5ce6584b85a600fcefe (patch)
treeca8a91bc4e93fe156dc8348d9e77c6e0fc9cdb38 /meta/packages/m4/m4_1.4.2.bb
parent3838cc7dc1585ccda1b1a8d642021483edfd1121 (diff)
downloadpoky-3ccd06b07d3d4d479a3ad5ce6584b85a600fcefe.tar.gz
lsof/m4: Remove old versions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2414 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/m4/m4_1.4.2.bb')
-rw-r--r--meta/packages/m4/m4_1.4.2.bb11
1 files changed, 0 insertions, 11 deletions
diff --git a/meta/packages/m4/m4_1.4.2.bb b/meta/packages/m4/m4_1.4.2.bb
deleted file mode 100644
index 05a9b5b0a5..0000000000
--- a/meta/packages/m4/m4_1.4.2.bb
+++ /dev/null
@@ -1,11 +0,0 @@
1DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \
2processor."
3LICENSE = "GPL"
4SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \
5 file://make.patch;patch=1"
6S = "${WORKDIR}/m4-${PV}"
7
8inherit autotools
9
10EXTRA_AUTORECONF = "--exclude=autopoint,aclocal"
11EXTRA_OEMAKE += "'infodir=${infodir}'"