From: Chris Larson Date: Wed, 4 Feb 2004 02:45:39 +0000 (+0000) Subject: Dont explicitly specify -platform in the qte builds, let it pick that up itself. X-Git-Tag: Release-2010-05/1~20172 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad689084aefc0e94257d2a084e5d95f67b5d88d0;p=openembedded.git Dont explicitly specify -platform in the qte builds, let it pick that up itself. BKrev: 40205cd3_BgLkovDucnOt2JcJmBXIQ --- diff --git a/qte/qte_2.3.6.oe b/qte/qte_2.3.6.oe index 248f4cfa64..1cfd939451 100644 --- a/qte/qte_2.3.6.oe +++ b/qte/qte_2.3.6.oe @@ -46,7 +46,7 @@ do_configure() { if [ "$BUILD_ARCH" = "i686" ]; then BUILD_ARCH=x86 fi - echo yes | ./configure -platform $BUILD_OS-$BUILD_ARCH-g++ $EXTRA_OECONF || die "Configuring qt failed" + echo yes | ./configure $EXTRA_OECONF || die "Configuring qt failed" } do_compile() { diff --git a/qte/qte_2.3.7.oe b/qte/qte_2.3.7.oe index 248f4cfa64..cf644df414 100644 --- a/qte/qte_2.3.7.oe +++ b/qte/qte_2.3.7.oe @@ -22,6 +22,7 @@ S="${WORKDIR}/qt-${PV}" export QTDIR = ${S} ARCH_i686=x86 +ARCH_x86_64=x86 EXTRA_OECONF_CONFIG=-qconfig qpe EXTRA_OECONF_ARCH=-xplatform ${TARGET_OS}-${TARGET_ARCH}-g++ @@ -46,7 +47,7 @@ do_configure() { if [ "$BUILD_ARCH" = "i686" ]; then BUILD_ARCH=x86 fi - echo yes | ./configure -platform $BUILD_OS-$BUILD_ARCH-g++ $EXTRA_OECONF || die "Configuring qt failed" + echo yes | ./configure $EXTRA_OECONF || die "Configuring qt failed" } do_compile() { diff --git a/qte/qte_2.3.8-snap.oe b/qte/qte_2.3.8-snap.oe index 843c0c0711..7d8e0ad021 100644 --- a/qte/qte_2.3.8-snap.oe +++ b/qte/qte_2.3.8-snap.oe @@ -47,7 +47,7 @@ do_configure() { if [ "$BUILD_ARCH" = "i686" ]; then BUILD_ARCH=x86 fi - echo yes | ./configure -platform $BUILD_OS-$BUILD_ARCH-g++ $EXTRA_OECONF || die "Configuring qt failed" + echo yes | ./configure $EXTRA_OECONF || die "Configuring qt failed" } do_compile() {