diff options
Diffstat (limited to 'qte/qte_2.3.7.oe')
-rw-r--r-- | qte/qte_2.3.7.oe | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/qte/qte_2.3.7.oe b/qte/qte_2.3.7.oe index 83cb24e4cf..6d52a29547 100644 --- a/qte/qte_2.3.7.oe +++ b/qte/qte_2.3.7.oe @@ -44,10 +44,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() { |