* [PATCH] meta-toolchain-qt: fix up old reference to Nokia and typo
@ 2014-09-25 2:05 Jonathan Liu
0 siblings, 0 replies; only message in thread
From: Jonathan Liu @ 2014-09-25 2:05 UTC (permalink / raw)
To: openembedded-core
The SDK is now called Qt SDK.
Signed-off-by: Jonathan Liu <net147@gmail.com>
---
meta/recipes-qt/meta/meta-toolchain-qt.inc | 4 ++--
1 file 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 c9bdeae..53e5322 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() {
echo 'export QMAKESPEC=${SDKTARGETSYSROOT}/${datadir}/${QT_DIR_NAME}/mkspecs/linux-g++' >> $script
echo 'export QT_CONF_PATH=${SDKPATHNATIVE}/${sysconfdir}/qt.conf' >> $script
- # make a symbolic link to mkspecs for compatibility with Nokia's SDK
- # and QTCreator
+ # make a symbolic link to mkspecs for compatibility with Qt SDK
+ # and Qt Creator
(cd ${SDK_OUTPUT}/${QT_TOOLS_PREFIX}/..; ln -s ${SDKTARGETSYSROOT}/usr/share/${QT_DIR_NAME}/mkspecs mkspecs;)
}
--
2.1.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-09-25 1:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-25 2:05 [PATCH] meta-toolchain-qt: fix up old reference to Nokia and typo Jonathan Liu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox