diff options
author | Jonathan Liu <net147@gmail.com> | 2014-09-25 12:05:52 +1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-29 12:12:45 +0100 |
commit | 236f3828bbb0f8146678a51aef62a63fde03c5b4 (patch) | |
tree | ea3e2b9e4afc8e724450c0e31ac8e3f681d6cd42 | |
parent | ea8945bad85a1cfc8bf585f4891ee42753f5dfe9 (diff) | |
download | poky-236f3828bbb0f8146678a51aef62a63fde03c5b4.tar.gz |
meta-toolchain-qt: fix up old reference to Nokia and typo
The SDK is now called Qt SDK.
(From OE-Core rev: 7c5d520d24f40d844e60540663b34b47d9d8f21b)
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-qt/meta/meta-toolchain-qt.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-qt/meta/meta-toolchain-qt.inc b/meta/recipes-qt/meta/meta-toolchain-qt.inc index c9bdeae9ac..53e5322811 100644 --- a/meta/recipes-qt/meta/meta-toolchain-qt.inc +++ b/meta/recipes-qt/meta/meta-toolchain-qt.inc | |||
@@ -26,7 +26,7 @@ toolchain_create_sdk_env_script_append() { | |||
26 | echo 'export QMAKESPEC=${SDKTARGETSYSROOT}/${datadir}/${QT_DIR_NAME}/mkspecs/linux-g++' >> $script | 26 | echo 'export QMAKESPEC=${SDKTARGETSYSROOT}/${datadir}/${QT_DIR_NAME}/mkspecs/linux-g++' >> $script |
27 | echo 'export QT_CONF_PATH=${SDKPATHNATIVE}/${sysconfdir}/qt.conf' >> $script | 27 | echo 'export QT_CONF_PATH=${SDKPATHNATIVE}/${sysconfdir}/qt.conf' >> $script |
28 | 28 | ||
29 | # make a symbolic link to mkspecs for compatibility with Nokia's SDK | 29 | # make a symbolic link to mkspecs for compatibility with Qt SDK |
30 | # and QTCreator | 30 | # and Qt Creator |
31 | (cd ${SDK_OUTPUT}/${QT_TOOLS_PREFIX}/..; ln -s ${SDKTARGETSYSROOT}/usr/share/${QT_DIR_NAME}/mkspecs mkspecs;) | 31 | (cd ${SDK_OUTPUT}/${QT_TOOLS_PREFIX}/..; ln -s ${SDKTARGETSYSROOT}/usr/share/${QT_DIR_NAME}/mkspecs mkspecs;) |
32 | } | 32 | } |