aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/m4/m4-native_1.4.17.bb
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2013-10-16 14:59:35 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-26 15:48:47 +0100
commitb7505d7c279888bd1675c1a8387edcf87cae8aac (patch)
treeecb4ca339d8372986ba8732511a888e5f5a81cc2 /meta/recipes-devtools/m4/m4-native_1.4.17.bb
parent093ef5a02d4241da3353a8257f99b3cc0f6e7f56 (diff)
downloadopenembedded-core-contrib-b7505d7c279888bd1675c1a8387edcf87cae8aac.tar.gz
m4: upgrade to 1.4.17
Refreshed remove-gets.patch to apply correctly and changed license checksum since some years were added to the license file. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/m4/m4-native_1.4.17.bb')
-rw-r--r--meta/recipes-devtools/m4/m4-native_1.4.17.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-devtools/m4/m4-native_1.4.17.bb b/meta/recipes-devtools/m4/m4-native_1.4.17.bb
new file mode 100644
index 0000000000..06d8aa244e
--- /dev/null
+++ b/meta/recipes-devtools/m4/m4-native_1.4.17.bb
@@ -0,0 +1,13 @@
+require m4-${PV}.inc
+
+inherit native
+
+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
+}
+