cross.bbclass: Override the sysroot_stage_all to work appropriately for cross packages

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-11-13 15:37:50 +00:00
parent e2677471e6
commit 9198908755
1 changed files with 8 additions and 0 deletions

View File

@ -39,3 +39,11 @@ do_stage () {
do_install () {
:
}
#
# Override the default sysroot staging copy since this won't look like a target system
#
sysroot_stage_all() {
sysroot_stage_dir ${D} ${SYSROOT_DESTDIR}
}