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 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. |
36 | target_libdir := "${libdir}" | 36 | target_libdir := "${libdir}" |
37 | target_includedir := "${includedir}" | 37 | target_includedir := "${includedir}" |
38 | target_base_libdir := "${base_libdir}" | 38 | target_base_libdir := "${base_libdir}" |