mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
cross.bbclass: merged /usr support
Use ${root_prefix} instead of ${base_prefix} while setting
${target_base_prefix}, otherwise we might loose the root prefix configuration
change in case of 'usrmerge' distro feature is enabled.
(From OE-Core rev: 3ebb2da2eb1ff2f6072a2909e0ac71614e0db0bd)
Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
178e983cf7
commit
d8232565dc
@@ -50,7 +50,7 @@ SSTATE_SCAN_CMD ?= "${SSTATE_SCAN_CMD_NATIVE}"
|
||||
# Path mangling needed by the cross packaging
|
||||
# Note that we use := here to ensure that libdir and includedir are
|
||||
# target paths.
|
||||
target_base_prefix := "${base_prefix}"
|
||||
target_base_prefix := "${root_prefix}"
|
||||
target_prefix := "${prefix}"
|
||||
target_exec_prefix := "${exec_prefix}"
|
||||
target_base_libdir = "${target_base_prefix}/${baselib}"
|
||||
|
||||
Reference in New Issue
Block a user