[oe-commits] Koen Kooi : qmake2: also define OE_QMAKE_AR in the environment files

git version control git at git.openembedded.org
Sat Dec 25 20:27:28 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Dec 25 15:28:18 2010 +0100

qmake2: also define OE_QMAKE_AR in the environment files

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 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 2e78a44..f2631b5 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 = "r11"
+PR = "r12"
 
 # We call 'moc' during the build 
 DEPENDS = "qt4-tools-native"
diff --git a/recipes/qmake/qmake2_2.10a.bb b/recipes/qmake/qmake2_2.10a.bb
index d07f68b..77d909f 100644
--- a/recipes/qmake/qmake2_2.10a.bb
+++ b/recipes/qmake/qmake2_2.10a.bb
@@ -18,6 +18,7 @@ do_install() {
     touch $script
     echo 'export QT_DIR_NAME=qtopia' >> $script
     echo 'export QT_LIBINFIX=E' >> $script
+    echo 'export OE_QMAKE_AR=ar' >> $script
     echo 'export OE_QMAKE_CC=gcc' >> $script
     echo 'export OE_QMAKE_CXX=g++' >> $script
     echo 'export OE_QMAKE_LINK=g++' >> $script
@@ -34,6 +35,7 @@ do_install() {
 
     script="${D}/${datadir}/qt4/environment-setup"
     touch $script
+    echo 'export OE_QMAKE_AR=ar' >> $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