cmake-native 2.4.8 write proper do_stage
authorMichael Lauer <mickey@vanille-media.de>
Sat, 8 Mar 2008 01:32:50 +0000 (01:32 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 8 Mar 2008 01:32:50 +0000 (01:32 +0000)
packages/cmake/cmake-native_2.4.8.bb
packages/cmake/cmake.inc

index fcfdda1..1a56fa4 100644 (file)
@@ -1,3 +1,13 @@
 CMAKE_MAJOR_VERSION="2.4"
 require cmake.inc
 inherit native
+
+do_stage() {
+       for i in cpack ctest ccmake cmake; do
+               install -m 0755 bin/$i ${STAGING_BINDIR_NATIVE}
+       done
+}
+
+do_install() {
+       :
+}
index 83475bb..5190b62 100644 (file)
@@ -1,4 +1,3 @@
-# cppunit OE build file
 # Copyright (C) 2005, Koninklijke Philips Electronics NV.  All Rights Reserved
 # Released under the MIT license (see packages/COPYING)