qt-4.7.0.inc: Unpack the qte.sh to fix the qt4-embedded do_install
authorHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 27 Sep 2010 17:38:43 +0000 (01:38 +0800)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 28 Sep 2010 10:54:26 +0000 (18:54 +0800)
Fix the qt4-embedded_4.7.0 do_install by unpacking the qte.sh like
it is done in the other recipes.

recipes/qt4/qt-4.7.0.inc

index eb944d7..8fd9b93 100644 (file)
@@ -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}"