summaryrefslogtreecommitdiffstats
path: root/meta/classes/cross-canadian.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/cross-canadian.bbclass')
-rw-r--r--meta/classes/cross-canadian.bbclass7
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.
87target_libdir := "${libdir}" 87target_base_prefix := "${base_prefix}"
88target_includedir := "${includedir}"
89target_base_libdir := "${base_libdir}"
90target_prefix := "${prefix}" 88target_prefix := "${prefix}"
91target_exec_prefix := "${exec_prefix}" 89target_exec_prefix := "${exec_prefix}"
90target_base_libdir = "${target_base_prefix}/${baselib}"
91target_libdir = "${target_exec_prefix}/${baselib}"
92target_includedir := "${includedir}"
92 93
93# Change to place files in SDKPATH 94# Change to place files in SDKPATH
94base_prefix = "${SDKPATHNATIVE}" 95base_prefix = "${SDKPATHNATIVE}"