mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
native.bbclass: Use prefix_native variable
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -51,8 +51,8 @@ export STRIP = "${HOST_PREFIX}strip"
|
||||
|
||||
# Path prefixes
|
||||
base_prefix = "${STAGING_DIR_NATIVE}"
|
||||
prefix = "${STAGING_DIR_NATIVE}/usr"
|
||||
exec_prefix = "${STAGING_DIR_NATIVE}/usr"
|
||||
prefix = "${STAGING_DIR_NATIVE}${prefix_native}"
|
||||
exec_prefix = "${STAGING_DIR_NATIVE}${prefix_native}"
|
||||
|
||||
# Since we actually install these into situ there is no staging prefix
|
||||
STAGING_DIR_HOST = ""
|
||||
|
||||
Reference in New Issue
Block a user