git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88c6770
)
qt_staging.inc: fix symlink to qmake
author
Jeremy Lainé
<jeremy.laine@m4x.org>
Wed, 25 Mar 2009 12:09:27 +0000
(13:09 +0100)
committer
Jeremy Lainé
<jeremy.laine@m4x.org>
Wed, 25 Mar 2009 12:09:27 +0000
(13:09 +0100)
recipes/qt4/qt_staging.inc
patch
|
blob
|
history
diff --git
a/recipes/qt4/qt_staging.inc
b/recipes/qt4/qt_staging.inc
index
c7b1e66
..
6e65731
100644
(file)
--- 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
}