summaryrefslogtreecommitdiff
path: root/qte/qte_2.3.8-snap.oe
diff options
context:
space:
mode:
Diffstat (limited to 'qte/qte_2.3.8-snap.oe')
-rw-r--r--qte/qte_2.3.8-snap.oe2
1 files changed, 1 insertions, 1 deletions
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() {