cmake-native 2.6.3: New recipe.
authorRobert Schuster <rschus@entw2.(none)>
Thu, 12 Mar 2009 15:04:42 +0000 (16:04 +0100)
committerRobert Schuster <rschus@entw2.(none)>
Thu, 12 Mar 2009 15:04:42 +0000 (16:04 +0100)
packages/cmake/cmake-native_2.6.3.bb [new file with mode: 0644]

diff --git a/packages/cmake/cmake-native_2.6.3.bb b/packages/cmake/cmake-native_2.6.3.bb
new file mode 100644 (file)
index 0000000..faf3976
--- /dev/null
@@ -0,0 +1,11 @@
+inherit native
+require cmake.inc
+
+do_stage() {
+    oe_runmake install
+    autotools_stage_all
+}
+
+do_install() {
+       :
+}