cross.bbclass: Adjust the core class staging method as all users have been vetted and won't be affected

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-11-17 10:32:45 +00:00
parent d560f9fa61
commit 7d9e2e530e
4 changed files with 4 additions and 28 deletions

View File

@ -40,12 +40,12 @@ exec_prefix = "${prefix}"
base_sbindir = "${base_prefix}/bin"
sbindir = "${exec_prefix}/bin"
do_stage () {
oe_runmake install
do_install () {
oe_runmake 'DESTDIR=${D}' install
}
do_install () {
:
do_stage () {
autotools_stage_all
}
#

View File

@ -3,11 +3,3 @@ require gdb-cross.inc
DEPENDS = "ncurses-nativesdk expat-nativesdk"
inherit cross-canadian
do_install () {
autotools_do_install
}
do_stage () {
autotools_stage_all
}

View File

@ -14,11 +14,3 @@ do_configure () {
}
inherit cross
do_install () {
autotools_do_install
}
do_stage () {
autotools_stage_all
}

View File

@ -2,14 +2,6 @@ require gdb-cross.inc
inherit cross
do_install () {
autotools_do_install
}
do_stage () {
autotools_stage_all
}
SRC_URI += "file://sim-install-6.6.patch;patch=1"
PR = "r2"