cmake-native: Drop unneeded staging function and use do_install

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-11-17 14:17:35 +00:00
parent e9a1c2f913
commit 833152ee0b
1 changed files with 0 additions and 9 deletions

View File

@ -1,12 +1,3 @@
CMAKE_MAJOR_VERSION="2.6"
inherit native
require cmake.inc
do_stage() {
oe_runmake install
autotools_stage_all
}
do_install() {
:
}