From e0408a4dee94b9911f43e87a4db6a007d60f2a9d Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 5 Oct 2010 10:27:14 +0000 Subject: qt4-sdk: Move the symlink creation into meta-toolchain-qt.inc Move the symlink creation into the meta-toolchain-qt.inc to make sure that it is working for both Qt/X11 and Qt/Embedded. --- recipes/qt4/qt4-tools-sdk.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'recipes/qt4/qt4-tools-sdk.inc') diff --git a/recipes/qt4/qt4-tools-sdk.inc b/recipes/qt4/qt4-tools-sdk.inc index 88aa6587e2..bfd1782831 100644 --- a/recipes/qt4/qt4-tools-sdk.inc +++ b/recipes/qt4/qt4-tools-sdk.inc @@ -5,7 +5,7 @@ HOMEPAGE = "http://www.trolltech.com" PRIORITY = "optional" LICENSE = "LGPLv2.1 GPLv3" -INC_PR = "r2" +INC_PR = "r3" FILESPATHPKG =. "qt-${PV}:" inherit sdk @@ -79,9 +79,5 @@ do_install() { for i in moc uic uic3 rcc lrelease lupdate qdbuscpp2xml qdbusxml2cpp; do \ ln -s ${i}4 ${i}; \ done) - - # make a symbolic link to mkspecs for compatibility with Nokia's SDK - # and QTCreator - (cd ${D}${bindir}/..; ln -s ${TARGET_SYS}/usr/share/qtopia/mkspecs mkspecs;) } -- cgit 1.2.3-korg