[oe-commits] Eric Bénard : meta-toolchain-qte: fill OE_QMAKE_AR

git version control git at git.openembedded.org
Mon Nov 8 15:08:04 UTC 2010


Module: openembedded.git
Branch: darwin
Commit: 65e847e20d7405afce546aa6faa37005e18ab075
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=65e847e20d7405afce546aa6faa37005e18ab075

Author: Eric Bénard <eric at eukrea.com>
Date:   Wed Nov  3 19:30:14 2010 +0100

meta-toolchain-qte: fill OE_QMAKE_AR

this allows the sdk to be used to compile libraries, else, we get :
make[1]: cqs : command not found

Signed-off-by: Eric Bénard <eric at eukrea.com>
Acked-by: Koen Kooi <k-kooi at ti.com>

---

 recipes/meta/meta-toolchain-qte.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/meta/meta-toolchain-qte.bb b/recipes/meta/meta-toolchain-qte.bb
index 708803b..058f0d8 100644
--- a/recipes/meta/meta-toolchain-qte.bb
+++ b/recipes/meta/meta-toolchain-qte.bb
@@ -1,5 +1,5 @@
 # Qt Embedded toolchain
-PR = "r4"
+PR = "r5"
 TOOLCHAIN_HOST_TASK = "task-qte-toolchain-host"
 TOOLCHAIN_TARGET_TASK = "task-qte-toolchain-target"
 
@@ -15,6 +15,7 @@ do_populate_sdk_append() {
        echo 'export OE_QMAKE_CC=${TARGET_SYS}-gcc' >> $script
        echo 'export OE_QMAKE_CXX=${TARGET_SYS}-g++' >> $script
        echo 'export OE_QMAKE_LINK=${TARGET_SYS}-g++' >> $script
+       echo 'export OE_QMAKE_AR=${TARGET_SYS}-ar' >> $script
        echo 'export OE_QMAKE_LIBDIR_QT=${SDKPATH}/${TARGET_SYS}/${libdir}' >> $script
        echo 'export OE_QMAKE_INCDIR_QT=${SDKPATH}/${TARGET_SYS}/${includedir}/${QT_DIR_NAME}' >> $script
        echo 'export OE_QMAKE_MOC=${SDKPATH}/bin/moc4' >> $script





More information about the Openembedded-commits mailing list