qmake2: also define OE_QMAKE_AR in the environment files
authorKoen Kooi <koen@openembedded.org>
Sat, 25 Dec 2010 14:28:18 +0000 (15:28 +0100)
committerKoen Kooi <koen@openembedded.org>
Sat, 25 Dec 2010 20:25:56 +0000 (21:25 +0100)
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/qmake/qmake2.inc
recipes/qmake/qmake2_2.10a.bb

index 2e78a44..f2631b5 100644 (file)
@@ -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"
index d07f68b..77d909f 100644 (file)
@@ -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