summaryrefslogtreecommitdiffstats
path: root/meta/packages/m4/m4_1.4.12.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/m4/m4_1.4.12.bb')
-rw-r--r--meta/packages/m4/m4_1.4.12.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/m4/m4_1.4.12.bb b/meta/packages/m4/m4_1.4.12.bb
index 479f86095a..39b790339e 100644
--- a/meta/packages/m4/m4_1.4.12.bb
+++ b/meta/packages/m4/m4_1.4.12.bb
@@ -1,6 +1,8 @@
1DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor." 1DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor."
2LICENSE = "GPLv3" 2LICENSE = "GPLv3"
3SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz" 3SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \
4 file://ac_config_links.patch;patch=1"
5PR = "r2"
4 6
5inherit autotools 7inherit autotools
6 8