summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/m4/m4_1.4.13.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/m4/m4_1.4.13.bb')
-rw-r--r--meta/recipes-devtools/m4/m4_1.4.13.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-devtools/m4/m4_1.4.13.bb b/meta/recipes-devtools/m4/m4_1.4.13.bb
new file mode 100644
index 0000000000..32d153ea12
--- /dev/null
+++ b/meta/recipes-devtools/m4/m4_1.4.13.bb
@@ -0,0 +1,9 @@
1DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor."
2LICENSE = "GPLv3"
3SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \
4 file://ac_config_links.patch;patch=1"
5PR = "r2"
6
7inherit autotools
8
9EXTRA_OEMAKE += "'infodir=${infodir}'"