[oe-commits] Koen Kooi : qmake2: add missing INFIX export in qtopia env script

git version control git at git.openembedded.org
Mon Apr 19 20:12:13 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Apr 19 22:11:17 2010 +0200

qmake2: add missing INFIX export in qtopia env script

---

 recipes/qmake/qmake2.inc      |    2 +-
 recipes/qmake/qmake2_2.10a.bb |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/qmake/qmake2.inc b/recipes/qmake/qmake2.inc
index 9f3de24..2141eaf 100644
--- a/recipes/qmake/qmake2.inc
+++ b/recipes/qmake/qmake2.inc
@@ -3,7 +3,7 @@ PRIORITY = "optional"
 HOMEPAGE = "http://www.trolltech.com"
 SECTION = "devel"
 LICENSE = "GPL"
-PR = "r9"
+PR = "r10"
 
 # We call 'moc' during the build 
 DEPENDS = "uicmoc4-native"
diff --git a/recipes/qmake/qmake2_2.10a.bb b/recipes/qmake/qmake2_2.10a.bb
index 37c476e..ae5816c 100644
--- a/recipes/qmake/qmake2_2.10a.bb
+++ b/recipes/qmake/qmake2_2.10a.bb
@@ -16,6 +16,8 @@ do_install() {
 
     script="${D}/${datadir}/qtopia/environment-setup"
     touch $script
+    echo 'export QT_DIR_NAME=qtopia' >> $script
+    echo 'export QT_LIBINFIX=E' >> $script
     echo 'export OE_QMAKE_CC=gcc' >> $script
     echo 'export OE_QMAKE_CXX=g++' >> $script
     echo 'export OE_QMAKE_LINK=g++' >> $script





More information about the Openembedded-commits mailing list