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.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass
index b7b449f478..56b0db8d6a 100644
--- a/meta/classes/cross-canadian.bbclass
+++ b/meta/classes/cross-canadian.bbclass
@@ -17,7 +17,7 @@ INHIBIT_DEFAULT_DEPS = "1"
17STAGING_DIR_HOST = "${STAGING_DIR}/${HOST_SYS}-nativesdk" 17STAGING_DIR_HOST = "${STAGING_DIR}/${HOST_SYS}-nativesdk"
18STAGING_DIR_TARGET = "${STAGING_DIR}/${BASEPKG_TARGET_SYS}" 18STAGING_DIR_TARGET = "${STAGING_DIR}/${BASEPKG_TARGET_SYS}"
19 19
20PATH_append = ":${TMPDIR}/cross/${HOST_ARCH}/${bindir_cross}" 20PATH_append = ":${TMPDIR}/sysroots/${HOST_ARCH}/${bindir_cross}"
21PKGDATA_DIR = "${TMPDIR}/pkgdata/${HOST_ARCH}-nativesdk${HOST_VENDOR}-${HOST_OS}" 21PKGDATA_DIR = "${TMPDIR}/pkgdata/${HOST_ARCH}-nativesdk${HOST_VENDOR}-${HOST_OS}"
22PKGHIST_DIR = "${TMPDIR}/pkghistory/${HOST_ARCH}-nativesdk${HOST_VENDOR}-${HOST_OS}/" 22PKGHIST_DIR = "${TMPDIR}/pkghistory/${HOST_ARCH}-nativesdk${HOST_VENDOR}-${HOST_OS}/"
23 23
@@ -36,7 +36,7 @@ DEPENDS_GETTEXT = "gettext-native gettext-nativesdk"
36 36
37# Path mangling needed by the cross packaging 37# Path mangling needed by the cross packaging
38# Note that we use := here to ensure that libdir and includedir are 38# Note that we use := here to ensure that libdir and includedir are
39# target paths, not CROSS_DIR paths. 39# target paths.
40target_libdir := "${libdir}" 40target_libdir := "${libdir}"
41target_includedir := "${includedir}" 41target_includedir := "${includedir}"
42target_base_libdir := "${base_libdir}" 42target_base_libdir := "${base_libdir}"