mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
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:
@@ -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
|
||||
}
|
||||
|
||||
#
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -14,11 +14,3 @@ do_configure () {
|
||||
}
|
||||
|
||||
inherit cross
|
||||
|
||||
do_install () {
|
||||
autotools_do_install
|
||||
}
|
||||
|
||||
do_stage () {
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user