m4: add 1.4.8 with DEFAULT_PREFERENCE of -1, see bug #837
authorMichael Krelin <hacker@klever.net>
Wed, 9 May 2007 13:22:26 +0000 (13:22 +0000)
committerMichael Krelin <hacker@klever.net>
Wed, 9 May 2007 13:22:26 +0000 (13:22 +0000)
packages/m4/m4_1.4.8.bb [new file with mode: 0644]

diff --git a/packages/m4/m4_1.4.8.bb b/packages/m4/m4_1.4.8.bb
new file mode 100644 (file)
index 0000000..90f817d
--- /dev/null
@@ -0,0 +1,15 @@
+DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \
+processor."
+LICENSE = "GPL"
+SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz"
+S = "${WORKDIR}/m4-${PV}"
+
+DEFAULT_PREFERENCE = "-1"
+
+inherit autotools
+
+EXTRA_OEMAKE += "'infodir=${infodir}'"
+
+do_configure() {
+       oe_runconf
+}