summaryrefslogtreecommitdiff
path: root/qmake
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-29 21:17:57 +0000
committerChris Larson <clarson@kergoth.com>2004-03-29 21:17:57 +0000
commit3115fb3e0d8d769e2994bcd6463e5403188fab4b (patch)
treebded29302158765542a4182b9ecc7bcffa343a0b /qmake
parentaf8389231cd953919be4c6d7e7a8a04504db9935 (diff)
Adapting some builds per the recent oe metadata handling changes.
BKrev: 40689285Q7zUjk20aonhEakS324blw
Diffstat (limited to 'qmake')
-rw-r--r--qmake/qmake-native_3.2.3.oe7
1 files changed, 2 insertions, 5 deletions
diff --git a/qmake/qmake-native_3.2.3.oe b/qmake/qmake-native_3.2.3.oe
index aebb13a57c..2f14be3809 100644
--- a/qmake/qmake-native_3.2.3.oe
+++ b/qmake/qmake-native_3.2.3.oe
@@ -19,11 +19,8 @@ EXTRA_OECONF = "-static -no-gif -no-sm -system-zlib -system-libjpeg -system-libp
EXTRA_OEMAKE = "-e"
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() {