summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/m4/m4-native_1.4.19.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/m4/m4-native_1.4.19.bb')
-rw-r--r--meta/recipes-devtools/m4/m4-native_1.4.19.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/m4/m4-native_1.4.19.bb b/meta/recipes-devtools/m4/m4-native_1.4.19.bb
new file mode 100644
index 0000000000..407ad89330
--- /dev/null
+++ b/meta/recipes-devtools/m4/m4-native_1.4.19.bb
@@ -0,0 +1,14 @@
+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
+}
+
+UPSTREAM_CHECK_URI = "${GNU_MIRROR}/m4/"