diff options
author | Robert Schuster <rschus@entw2.(none)> | 2009-05-06 13:17:56 +0200 |
---|---|---|
committer | Robert Schuster <rschus@entw2.(none)> | 2009-05-06 13:17:56 +0200 |
commit | bdeb73a931ca450b8db0b7f3d6e203281590257e (patch) | |
tree | baf1c9b1c4e0aca72adca91cf37068cc1acd07c5 | |
parent | fd6f4f19af4ad904d1409e5b2f082e85fce4641f (diff) |
cmake-native 2.6.4: New recipe.
-rw-r--r-- | recipes/cmake/cmake-native_2.6.4.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/cmake/cmake-native_2.6.4.bb b/recipes/cmake/cmake-native_2.6.4.bb new file mode 100644 index 0000000000..faf397614b --- /dev/null +++ b/recipes/cmake/cmake-native_2.6.4.bb @@ -0,0 +1,11 @@ +inherit native +require cmake.inc + +do_stage() { + oe_runmake install + autotools_stage_all +} + +do_install() { + : +} |