diff options
Diffstat (limited to 'meta/classes/tmake.bbclass')
-rw-r--r-- | meta/classes/tmake.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/tmake.bbclass b/meta/classes/tmake.bbclass index 05b82e496d..dbd0bf2763 100644 --- a/meta/classes/tmake.bbclass +++ b/meta/classes/tmake.bbclass | |||
@@ -54,7 +54,7 @@ python tmake_do_createpro() { | |||
54 | } | 54 | } |
55 | 55 | ||
56 | tmake_do_configure() { | 56 | tmake_do_configure() { |
57 | paths="${STAGING_DATADIR}/tmake/qws/${TARGET_OS}-${TARGET_ARCH}-g++ $STAGING_DIR/share/tmake/$OS-g++" | 57 | paths="${STAGING_DATADIR}/tmake/qws/${TARGET_OS}-${TARGET_ARCH}-g++ ${STAGING_DATADIR}/tmake/$OS-g++" |
58 | if (echo "${TARGET_ARCH}"|grep -q 'i.86'); then | 58 | if (echo "${TARGET_ARCH}"|grep -q 'i.86'); then |
59 | paths="${STAGING_DATADIR}/tmake/qws/${TARGET_OS}-x86-g++ $paths" | 59 | paths="${STAGING_DATADIR}/tmake/qws/${TARGET_OS}-x86-g++ $paths" |
60 | fi | 60 | fi |