aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/coreutils/coreutils-native.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/coreutils/coreutils-native.inc')
-rw-r--r--recipes/coreutils/coreutils-native.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/coreutils/coreutils-native.inc b/recipes/coreutils/coreutils-native.inc
new file mode 100644
index 0000000000..c4dda17e2d
--- /dev/null
+++ b/recipes/coreutils/coreutils-native.inc
@@ -0,0 +1,8 @@
+inherit native
+
+INHIBIT_AUTOTOOLS_DEPS = "1"
+PATCHTOOL = "patch"
+
+do_configure() {
+ oe_runconf
+}