summaryrefslogtreecommitdiffstats
path: root/meta/classes/cross-canadian.bbclass
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-04-28 13:59:36 +0100
committerJoshua Lock <josh@linux.intel.com>2010-04-28 16:47:14 +0100
commit6458da896fffe33ab5db8cc2606e8225e16b0f36 (patch)
tree340e8d6ec9c0ed64eb422ab8ffda18815b3ae474 /meta/classes/cross-canadian.bbclass
parent29813a43b5c50bab571c3b593460c78aab65eac4 (diff)
downloadpoky-6458da896fffe33ab5db8cc2606e8225e16b0f36.tar.gz
Fix references to CROSS_DIR now that it has been removed
CROSS_DIR is no longer removed so fix up classes, packages and documentation which refer to it. Signed-off-by: Joshua Lock <josh@linux.intel.com>
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}"