diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-17 14:17:35 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-17 14:17:35 +0000 |
commit | 833152ee0bde2ef682a0854a9ca0028020382468 (patch) | |
tree | 6e4090e251b09d5f4c7e380a53e51d4135350411 /meta | |
parent | e9a1c2f913993892e4b6a8236af9ea41bc281676 (diff) | |
download | poky-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')
-rw-r--r-- | meta/packages/cmake/cmake-native_2.6.0.bb | 9 |
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 @@ | |||
1 | CMAKE_MAJOR_VERSION="2.6" | 1 | CMAKE_MAJOR_VERSION="2.6" |
2 | inherit native | 2 | inherit native |
3 | require cmake.inc | 3 | require cmake.inc |
4 | |||
5 | do_stage() { | ||
6 | oe_runmake install | ||
7 | autotools_stage_all | ||
8 | } | ||
9 | |||
10 | do_install() { | ||
11 | : | ||
12 | } | ||