summaryrefslogtreecommitdiffstats
path: root/meta/classes/cross.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.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.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}"