diff options
Diffstat (limited to 'meta/classes/cross-canadian.bbclass')
-rw-r--r-- | meta/classes/cross-canadian.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass index ffbc2167e3..ac82e86356 100644 --- a/meta/classes/cross-canadian.bbclass +++ b/meta/classes/cross-canadian.bbclass | |||
@@ -169,7 +169,7 @@ USE_NLS = "${SDKUSE_NLS}" | |||
169 | # and not any particular tune that is enabled. | 169 | # and not any particular tune that is enabled. |
170 | TARGET_ARCH[vardepsexclude] = "TUNE_ARCH" | 170 | TARGET_ARCH[vardepsexclude] = "TUNE_ARCH" |
171 | 171 | ||
172 | PKGDATA_DIR = "${TMPDIR}/pkgdata/${SDK_SYS}" | 172 | PKGDATA_DIR = "${PKGDATA_DIR_SDK}" |
173 | # If MLPREFIX is set by multilib code, shlibs | 173 | # If MLPREFIX is set by multilib code, shlibs |
174 | # points to the wrong place so force it | 174 | # points to the wrong place so force it |
175 | SHLIBSDIRS = "${PKGDATA_DIR}/nativesdk-shlibs2" | 175 | SHLIBSDIRS = "${PKGDATA_DIR}/nativesdk-shlibs2" |