[oe-commits] Holger Hans Peter Freyther : qt4-tools-sdk: Use an install target to install the qt4 utilities

git version control git at git.openembedded.org
Sun Aug 9 04:33:52 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ebacd72f73b9b3c8d91c6c0988d6c7fe7ed1bca4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ebacd72f73b9b3c8d91c6c0988d6c7fe7ed1bca4

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Sun Aug  9 06:20:34 2009 +0200

qt4-tools-sdk: Use an install target to install the qt4 utilities

---

 recipes/qt4/qt4-tools-sdk_4.5.2.bb |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/recipes/qt4/qt4-tools-sdk_4.5.2.bb b/recipes/qt4/qt4-tools-sdk_4.5.2.bb
index fafb771..c0f2f7a 100644
--- a/recipes/qt4/qt4-tools-sdk_4.5.2.bb
+++ b/recipes/qt4/qt4-tools-sdk_4.5.2.bb
@@ -61,12 +61,11 @@ do_compile() {
     done
 }
 
-do_stage() {
-    install -d ${STAGING_BINDIR_NATIVE}/
-    install -m 0755 bin/qmake ${STAGING_BINDIR_NATIVE}/qmake2
+do_install() {
+    install -d ${D}${bindir}
+    install -m 0755 bin/qmake ${D}${bindir}/qmake2
     for i in moc uic uic3 rcc lrelease lupdate qdbuscpp2xml qdbusxml2cpp; do
-        install -m 0755 bin/${i} ${STAGING_BINDIR_NATIVE}/${i}4
+        install -m 0755 bin/${i} ${D}${bindir}/${i}4
     done
 }
 
-





More information about the Openembedded-commits mailing list