aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-28 01:38:43 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-28 01:44:05 +0800
commit52c1a7c986854872edef135394a155c459254da1 (patch)
tree245e74228bec4badf459e2990edd1b4d323e3cc9 /recipes
parent1365e08b2ff0b1b86c8b0e05ffc1e732c76d0dfa (diff)
downloadopenembedded-52c1a7c986854872edef135394a155c459254da1.tar.gz
qt-4.7.0.inc: Unpack the qte.sh to fix the qt4-embedded do_install
Fix the qt4-embedded_4.7.0 do_install by unpacking the qte.sh like it is done in the other recipes.
Diffstat (limited to 'recipes')
-rw-r--r--recipes/qt4/qt-4.7.0.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/qt4/qt-4.7.0.inc b/recipes/qt4/qt-4.7.0.inc
index eb944d7602..8fd9b93d61 100644
--- a/recipes/qt4/qt-4.7.0.inc
+++ b/recipes/qt4/qt-4.7.0.inc
@@ -20,6 +20,8 @@ SRC_URI = "\
file://g++.conf \
file://linux.conf \
"
+# Set necessary variables in the profile
+SRC_URI += "file://qte.sh"
S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}"