aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/m4/m4_1.4.13.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-02-01 15:02:03 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-02-01 15:02:03 +0000
commit10b89e872c3b15d4e270be2233423cef7392f457 (patch)
treea0564fd7693df1d15e78f08e68a4f5076d871e70 /meta/packages/m4/m4_1.4.13.bb
parentca51dda5064492a654d23f18e053a35e90882095 (diff)
downloadopenembedded-core-contrib-10b89e872c3b15d4e270be2233423cef7392f457.tar.gz
m4: 1.4.12 -> 1.4.13
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/m4/m4_1.4.13.bb')
-rw-r--r--meta/packages/m4/m4_1.4.13.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/m4/m4_1.4.13.bb b/meta/packages/m4/m4_1.4.13.bb
new file mode 100644
index 0000000000..8bf64cf7d4
--- /dev/null
+++ b/meta/packages/m4/m4_1.4.13.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor."
+LICENSE = "GPLv3"
+SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \
+ file://ac_config_links.patch;patch=1"
+PR = "r2"
+
+PR = "r1"
+
+inherit autotools_stage
+
+EXTRA_OEMAKE += "'infodir=${infodir}'"
+
+do_configure() {
+ oe_runconf
+}