summaryrefslogtreecommitdiffstats
path: root/meta/classes/cross.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/cross.bbclass')
-rw-r--r--meta/classes/cross.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass
index 30f136f150..5720cdbcc6 100644
--- a/meta/classes/cross.bbclass
+++ b/meta/classes/cross.bbclass
@@ -32,7 +32,7 @@ DEPENDS_GETTEXT = "gettext-native"
32 32
33# Path mangling needed by the cross packaging 33# Path mangling needed by the cross packaging
34# Note that we use := here to ensure that libdir and includedir are 34# Note that we use := here to ensure that libdir and includedir are
35# target paths, not CROSS_DIR paths. 35# target paths.
36target_libdir := "${libdir}" 36target_libdir := "${libdir}"
37target_includedir := "${includedir}" 37target_includedir := "${includedir}"
38target_base_libdir := "${base_libdir}" 38target_base_libdir := "${base_libdir}"