From: Richard Purdie Date: Tue, 17 Nov 2009 14:17:35 +0000 (+0000) Subject: cmake-native: Drop unneeded staging function and use do_install X-Git-Tag: 2011-1~6728 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=833152ee0bde2ef682a0854a9ca0028020382468;p=openembedded-core.git cmake-native: Drop unneeded staging function and use do_install Signed-off-by: Richard Purdie --- 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 @@ CMAKE_MAJOR_VERSION="2.6" inherit native require cmake.inc - -do_stage() { - oe_runmake install - autotools_stage_all -} - -do_install() { - : -}