aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/coreutils/coreutils-native.inc
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2009-04-29 23:34:08 +0400
committerRoman I Khimov <khimov@altell.ru>2009-04-30 23:17:09 +0400
commit80671af8df96d008fbaf8e6cc1e0a0b819167d79 (patch)
tree8c5acad15447911622ce1dee8d3d93ff0f86bc87 /recipes/coreutils/coreutils-native.inc
parenta02e11ade1c3ad77b63594b5c441c408227bbffb (diff)
downloadopenembedded-80671af8df96d008fbaf8e6cc1e0a0b819167d79.tar.gz
coreutils-native: remove autotools and quilt dependencies
Allows to build coreutils-native at very early stage in build process. Acked-by: Otavio Salvador <otavio@ossystems.com.br>
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
+}