[oe-commits] Holger Hans Peter Freyther : qt-4.7.0.inc: Unpack the qte. sh to fix the qt4-embedded do_install

git version control git at git.openembedded.org
Tue Sep 28 11:08:57 UTC 2010


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

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Tue Sep 28 01:38:43 2010 +0800

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.

---

 recipes/qt4/qt-4.7.0.inc |    2 ++
 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 eb944d7..8fd9b93 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}"
 





More information about the Openembedded-commits mailing list