[oe-commits] Jeremy Lainé : qt_staging.inc: fix symlink to qmake

GIT User account git at amethyst.openembedded.net
Wed Mar 25 23:36:43 UTC 2009


Module: openembedded.git
Branch: kergoth/master
Commit: 8809e3ba8178aa28ae0c9c77101df1dd1f9b22e6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8809e3ba8178aa28ae0c9c77101df1dd1f9b22e6

Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Wed Mar 25 13:09:27 2009 +0100

qt_staging.inc: fix symlink to qmake

---

 recipes/qt4/qt_staging.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/qt4/qt_staging.inc b/recipes/qt4/qt_staging.inc
index c7b1e66..6e65731 100644
--- a/recipes/qt4/qt_staging.inc
+++ b/recipes/qt4/qt_staging.inc
@@ -18,7 +18,7 @@ do_stage_append() {
 
     install -d ${STAGING_DATADIR}/${QT_DIR_NAME}/bin
     ln -sf ${STAGING_BINDIR_NATIVE}/qmake2 ${STAGING_DATADIR}/${QT_DIR_NAME}/bin/qmake
-    for qttool in qmake moc uic uic3 rcc lrelease lupdate; do
+    for qttool in moc uic uic3 rcc lrelease lupdate; do
          ln -sf ${STAGING_BINDIR_NATIVE}/${qttool}4 ${STAGING_DATADIR}/${QT_DIR_NAME}/bin/${qttool}
     done
 }





More information about the Openembedded-commits mailing list