aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cmake/cmake-native_2.6.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/cmake/cmake-native_2.6.4.bb')
-rw-r--r--recipes/cmake/cmake-native_2.6.4.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes/cmake/cmake-native_2.6.4.bb b/recipes/cmake/cmake-native_2.6.4.bb
index faf397614b..662a6a72aa 100644
--- a/recipes/cmake/cmake-native_2.6.4.bb
+++ b/recipes/cmake/cmake-native_2.6.4.bb
@@ -1,11 +1,6 @@
inherit native
require cmake.inc
-do_stage() {
- oe_runmake install
- autotools_stage_all
-}
-
do_install() {
- :
+ oe_runmake install
}