m4: update to version 1.4.11
authorHenning Heinold <heinold@inf.fu-berlin.de>
Wed, 4 Jun 2008 10:21:20 +0000 (10:21 +0000)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Wed, 4 Jun 2008 10:21:20 +0000 (10:21 +0000)
* reasons are some security fixes
* seems to build fine and runs fine so no DEFAULT_PREFERENCES
* keep older recipes

packages/m4/m4-native_1.4.11.bb [new file with mode: 0644]
packages/m4/m4_1.4.11.bb [new file with mode: 0644]

diff --git a/packages/m4/m4-native_1.4.11.bb b/packages/m4/m4-native_1.4.11.bb
new file mode 100644 (file)
index 0000000..8beb874
--- /dev/null
@@ -0,0 +1,19 @@
+require m4_${PV}.bb
+
+inherit native
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/m4"
+
+INHIBIT_AUTOTOOLS_DEPS = "1"
+DEPENDS += "gnu-config-native"
+
+do_configure()  {
+       install -m 0644 ${STAGING_DATADIR}/gnu-config/config.sub .
+       install -m 0644 ${STAGING_DATADIR}/gnu-config/config.guess .
+       oe_runconf
+}
+
+do_stage() {
+       install -m 0755 src/m4 ${STAGING_BINDIR}/
+}
+
diff --git a/packages/m4/m4_1.4.11.bb b/packages/m4/m4_1.4.11.bb
new file mode 100644 (file)
index 0000000..77d8e82
--- /dev/null
@@ -0,0 +1,13 @@
+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}"
+
+inherit autotools
+
+EXTRA_OEMAKE += "'infodir=${infodir}'"
+
+do_configure() {
+       oe_runconf
+}