-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 03-11-10 19:38, Eric Bénard wrote: > 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 <[email protected]>
Acked-by: Koen Kooi <[email protected]> > --- > 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 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFM0biwMkyGM64RGpERAom0AJ4sLqGyithRoYrr9tDrh/gNSLoftACgoNwf NZtFw2dhpo6Pz12Go4EwUBA= =9+c8 -----END PGP SIGNATURE----- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
