mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00: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
|
||||
}
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user