1
0
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:
Richard Purdie
2009-11-17 10:32:45 +00:00
parent d560f9fa61
commit 7d9e2e530e
4 changed files with 4 additions and 28 deletions
+4 -4
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
}
#