summaryrefslogtreecommitdiffstats
path: root/external/poky/meta/recipes-devtools/m4/m4-native_1.4.18.bb
diff options
context:
space:
mode:
Diffstat (limited to 'external/poky/meta/recipes-devtools/m4/m4-native_1.4.18.bb')
-rw-r--r--external/poky/meta/recipes-devtools/m4/m4-native_1.4.18.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/external/poky/meta/recipes-devtools/m4/m4-native_1.4.18.bb b/external/poky/meta/recipes-devtools/m4/m4-native_1.4.18.bb
new file mode 100644
index 00000000..407ad893
--- /dev/null
+++ b/external/poky/meta/recipes-devtools/m4/m4-native_1.4.18.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/"