aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/m4/m4-native_1.4.12.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/m4/m4-native_1.4.12.bb')
-rw-r--r--recipes/m4/m4-native_1.4.12.bb11
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes/m4/m4-native_1.4.12.bb b/recipes/m4/m4-native_1.4.12.bb
deleted file mode 100644
index 2408013185..0000000000
--- a/recipes/m4/m4-native_1.4.12.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-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
-}