diff options
Diffstat (limited to 'meta/classes/cross.bbclass')
-rw-r--r-- | meta/classes/cross.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass index 8757303678..4887317a9a 100644 --- a/meta/classes/cross.bbclass +++ b/meta/classes/cross.bbclass | |||
@@ -50,7 +50,7 @@ SSTATE_SCAN_CMD ?= "${SSTATE_SCAN_CMD_NATIVE}" | |||
50 | # Path mangling needed by the cross packaging | 50 | # Path mangling needed by the cross packaging |
51 | # Note that we use := here to ensure that libdir and includedir are | 51 | # Note that we use := here to ensure that libdir and includedir are |
52 | # target paths. | 52 | # target paths. |
53 | target_base_prefix := "${base_prefix}" | 53 | target_base_prefix := "${root_prefix}" |
54 | target_prefix := "${prefix}" | 54 | target_prefix := "${prefix}" |
55 | target_exec_prefix := "${exec_prefix}" | 55 | target_exec_prefix := "${exec_prefix}" |
56 | target_base_libdir = "${target_base_prefix}/${baselib}" | 56 | target_base_libdir = "${target_base_prefix}/${baselib}" |