diff options
author | Robert Schuster <rschus@entw2.(none)> | 2009-03-12 16:04:42 +0100 |
---|---|---|
committer | Robert Schuster <rschus@entw2.(none)> | 2009-03-12 16:04:42 +0100 |
commit | b9fece3136a4bb83b5c34b9ac3ea324aa559d6eb (patch) | |
tree | b84858186f49d3771b9a0a9d8dcb27e816be86a3 | |
parent | 994c99d5111f9cf7214cba7f3c2686c7398a07fc (diff) |
cmake-native 2.6.3: New recipe.
-rw-r--r-- | packages/cmake/cmake-native_2.6.3.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/cmake/cmake-native_2.6.3.bb b/packages/cmake/cmake-native_2.6.3.bb new file mode 100644 index 0000000000..faf397614b --- /dev/null +++ b/packages/cmake/cmake-native_2.6.3.bb @@ -0,0 +1,11 @@ +inherit native +require cmake.inc + +do_stage() { + oe_runmake install + autotools_stage_all +} + +do_install() { + : +} |