diff options
author | Roman I Khimov <khimov@altell.ru> | 2009-04-29 23:34:08 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2009-04-30 23:17:09 +0400 |
commit | 80671af8df96d008fbaf8e6cc1e0a0b819167d79 (patch) | |
tree | 8c5acad15447911622ce1dee8d3d93ff0f86bc87 /recipes/coreutils/coreutils-native.inc | |
parent | a02e11ade1c3ad77b63594b5c441c408227bbffb (diff) |
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.inc | 8 |
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 +} |