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:
b9eea9a
)
qt4.inc: Fix of shell for some shells
author
Holger Hans Peter Freyther
<zecke@selfish.org>
Sun, 2 Aug 2009 14:47:03 +0000
(16:47 +0200)
committer
Holger Hans Peter Freyther
<zecke@selfish.org>
Sun, 2 Aug 2009 15:00:29 +0000
(17:00 +0200)
recipes/qt4/qt4.inc
patch
|
blob
|
history
diff --git
a/recipes/qt4/qt4.inc
b/recipes/qt4/qt4.inc
index
79240ed
..
50dd1d8
100644
(file)
--- a/
recipes/qt4/qt4.inc
+++ b/
recipes/qt4/qt4.inc
@@
-123,11
+123,11
@@
do_configure() {
unset QMAKESPEC
unset QTDIR
- if [
! -e bin/qmake
]; then
+ if [
! -e bin/qmake
]; then
ln -sf ${STAGING_BINDIR_NATIVE}/qmake2 bin/qmake
fi
- if [
! -e mkspecs/${TARGET_OS}-oe-g++
]; then
+ if [
! -e mkspecs/${TARGET_OS}-oe-g++
]; then
ln -sf linux-g++ mkspecs/${TARGET_OS}-oe-g++
fi