summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/m4/m4_1.4.13.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-11-23 09:55:04 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-06 22:02:20 +0000
commit01e53cad77c6f047db749bd0db542e8f28165ace (patch)
tree31155b84cd31311e3ef361987c5c44e763c0efd1 /meta/recipes-devtools/m4/m4_1.4.13.bb
parent88dbadfa45cde44a46718c3aff9bf9ae8346127c (diff)
downloadpoky-01e53cad77c6f047db749bd0db542e8f28165ace.tar.gz
m4: upgrade from 1.4.13 to 1.4.15
And update recipe checksums Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools/m4/m4_1.4.13.bb')
-rw-r--r--meta/recipes-devtools/m4/m4_1.4.13.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/recipes-devtools/m4/m4_1.4.13.bb b/meta/recipes-devtools/m4/m4_1.4.13.bb
deleted file mode 100644
index 339c33c8ab..0000000000
--- a/meta/recipes-devtools/m4/m4_1.4.13.bb
+++ /dev/null
@@ -1,10 +0,0 @@
1DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor."
2LICENSE = "GPLv3"
3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
4SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \
5 file://ac_config_links.patch;patch=1"
6PR = "r2"
7
8inherit autotools
9
10EXTRA_OEMAKE += "'infodir=${infodir}'"