summaryrefslogtreecommitdiffstats
path: root/meta/packages/m4/m4_1.4.9.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-08-08 12:40:31 +0000
committerRichard Purdie <richard@openedhand.com>2007-08-08 12:40:31 +0000
commit16a9cffd7e87c05971d4c2e69be9b4fedc87a59c (patch)
tree50612831395654c7cec2fca09049a715fcfd08d5 /meta/packages/m4/m4_1.4.9.bb
parentd3c18ace38eea58a1f12d498535c3bd69fdc515d (diff)
downloadpoky-16a9cffd7e87c05971d4c2e69be9b4fedc87a59c.tar.gz
m4: Add 1.4.9
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2392 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/m4/m4_1.4.9.bb')
-rw-r--r--meta/packages/m4/m4_1.4.9.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/packages/m4/m4_1.4.9.bb b/meta/packages/m4/m4_1.4.9.bb
new file mode 100644
index 0000000000..77d8e822b0
--- /dev/null
+++ b/meta/packages/m4/m4_1.4.9.bb
@@ -0,0 +1,13 @@
1DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \
2processor."
3LICENSE = "GPL"
4SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz"
5S = "${WORKDIR}/m4-${PV}"
6
7inherit autotools
8
9EXTRA_OEMAKE += "'infodir=${infodir}'"
10
11do_configure() {
12 oe_runconf
13}