diff options
Diffstat (limited to 'recipes/cmake/cmake-native_2.6.0.bb')
-rw-r--r-- | recipes/cmake/cmake-native_2.6.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/cmake/cmake-native_2.6.0.bb b/recipes/cmake/cmake-native_2.6.0.bb new file mode 100644 index 0000000000..faf397614b --- /dev/null +++ b/recipes/cmake/cmake-native_2.6.0.bb @@ -0,0 +1,11 @@ +inherit native +require cmake.inc + +do_stage() { + oe_runmake install + autotools_stage_all +} + +do_install() { + : +} |