mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
Remove hardcoded staging layout assumptions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3116 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -3,5 +3,5 @@ inherit native
|
||||
require pax-utils_${PV}.bb
|
||||
|
||||
do_stage() {
|
||||
oe_runmake PREFIX=${STAGING_DIR}/${HOST_SYS} install
|
||||
oe_runmake PREFIX=${STAGING_DIR_HOST}${layout_prefix} install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user