diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/cross-canadian.bbclass | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass index e5361189e2..6da43fe445 100644 --- a/meta/classes/cross-canadian.bbclass +++ b/meta/classes/cross-canadian.bbclass | |||
@@ -84,11 +84,12 @@ EXTRANATIVEPATH += "chrpath-native" | |||
84 | # Path mangling needed by the cross packaging | 84 | # Path mangling needed by the cross packaging |
85 | # Note that we use := here to ensure that libdir and includedir are | 85 | # Note that we use := here to ensure that libdir and includedir are |
86 | # target paths. | 86 | # target paths. |
87 | target_libdir := "${libdir}" | 87 | target_base_prefix := "${base_prefix}" |
88 | target_includedir := "${includedir}" | ||
89 | target_base_libdir := "${base_libdir}" | ||
90 | target_prefix := "${prefix}" | 88 | target_prefix := "${prefix}" |
91 | target_exec_prefix := "${exec_prefix}" | 89 | target_exec_prefix := "${exec_prefix}" |
90 | target_base_libdir = "${target_base_prefix}/${baselib}" | ||
91 | target_libdir = "${target_exec_prefix}/${baselib}" | ||
92 | target_includedir := "${includedir}" | ||
92 | 93 | ||
93 | # Change to place files in SDKPATH | 94 | # Change to place files in SDKPATH |
94 | base_prefix = "${SDKPATHNATIVE}" | 95 | base_prefix = "${SDKPATHNATIVE}" |