summaryrefslogtreecommitdiff
path: root/qte/qte_2.3.6.oe
diff options
context:
space:
mode:
Diffstat (limited to 'qte/qte_2.3.6.oe')
-rw-r--r--qte/qte_2.3.6.oe6
1 files changed, 2 insertions, 4 deletions
diff --git a/qte/qte_2.3.6.oe b/qte/qte_2.3.6.oe
index 9f9f4772fb..704ba4dd8b 100644
--- a/qte/qte_2.3.6.oe
+++ b/qte/qte_2.3.6.oe
@@ -43,10 +43,8 @@ export SYSCONF_MOC = "${STAGING_BINDIR}/moc"
export SYSCONF_UIC = "${STAGING_BINDIR}/uic"
do_configure() {
- if [ "$BUILD_ARCH" = "i686" ]; then
- BUILD_ARCH=x86
- fi
- echo yes | ./configure $EXTRA_OECONF || die "Configuring qt failed"
+ oenote ./configure ${EXTRA_OECONF}
+ echo yes | ./configure ${EXTRA_OECONF} || die "Configuring qt failed"
}
do_compile() {