summaryrefslogtreecommitdiffstats
path: root/meta/packages/cmake
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-11-17 14:17:35 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-11-17 14:17:35 +0000
commit833152ee0bde2ef682a0854a9ca0028020382468 (patch)
tree6e4090e251b09d5f4c7e380a53e51d4135350411 /meta/packages/cmake
parente9a1c2f913993892e4b6a8236af9ea41bc281676 (diff)
downloadpoky-833152ee0bde2ef682a0854a9ca0028020382468.tar.gz
cmake-native: Drop unneeded staging function and use do_install
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/cmake')
-rw-r--r--meta/packages/cmake/cmake-native_2.6.0.bb9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta/packages/cmake/cmake-native_2.6.0.bb b/meta/packages/cmake/cmake-native_2.6.0.bb
index b7b45b67d7..a44ec5cc02 100644
--- a/meta/packages/cmake/cmake-native_2.6.0.bb
+++ b/meta/packages/cmake/cmake-native_2.6.0.bb
@@ -1,12 +1,3 @@
1CMAKE_MAJOR_VERSION="2.6" 1CMAKE_MAJOR_VERSION="2.6"
2inherit native 2inherit native
3require cmake.inc 3require cmake.inc
4
5do_stage() {
6 oe_runmake install
7 autotools_stage_all
8}
9
10do_install() {
11 :
12}