aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/m4/m4-native_1.4.14.bb
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-03-07 15:21:53 -0700
committerChris Larson <chris_larson@mentor.com>2010-03-07 15:23:35 -0700
commitf285e1e75421deff88b474c199cbb2be5759a12a (patch)
tree565673bc713f9e48bd58e5fb218ecd1ce1c9963e /recipes/m4/m4-native_1.4.14.bb
parentfdd1165ca6c6e415b7eca5e90a3667b7341d7205 (diff)
downloadopenembedded-f285e1e75421deff88b474c199cbb2be5759a12a.tar.gz
m4: use autotools_stage, checksum in SRC_URI, switch to .inc, add 1.4.14
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'recipes/m4/m4-native_1.4.14.bb')
-rw-r--r--recipes/m4/m4-native_1.4.14.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/m4/m4-native_1.4.14.bb b/recipes/m4/m4-native_1.4.14.bb
new file mode 100644
index 0000000000..2408013185
--- /dev/null
+++ b/recipes/m4/m4-native_1.4.14.bb
@@ -0,0 +1,11 @@
+require m4_${PV}.bb
+inherit native
+
+INHIBIT_AUTOTOOLS_DEPS = "1"
+DEPENDS += "gnu-config-native"
+
+do_configure () {
+ install -m 0644 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub .
+ install -m 0644 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess .
+ oe_runconf
+}