aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorRobert Schuster <rschus@entw2.(none)>2009-03-12 16:04:42 +0100
committerRobert Schuster <rschus@entw2.(none)>2009-03-12 16:04:42 +0100
commitb9fece3136a4bb83b5c34b9ac3ea324aa559d6eb (patch)
treeb84858186f49d3771b9a0a9d8dcb27e816be86a3 /packages
parent994c99d5111f9cf7214cba7f3c2686c7398a07fc (diff)
downloadopenembedded-b9fece3136a4bb83b5c34b9ac3ea324aa559d6eb.tar.gz
cmake-native 2.6.3: New recipe.
Diffstat (limited to 'packages')
-rw-r--r--packages/cmake/cmake-native_2.6.3.bb11
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() {
+ :
+}