summaryrefslogtreecommitdiff
path: root/qte
diff options
context:
space:
mode:
Diffstat (limited to 'qte')
-rw-r--r--qte/qte_2.3.6.oe6
-rw-r--r--qte/qte_2.3.7.oe6
-rw-r--r--qte/qte_2.3.8-snap.oe6
3 files changed, 6 insertions, 12 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() {
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() {
diff --git a/qte/qte_2.3.8-snap.oe b/qte/qte_2.3.8-snap.oe
index b1dc9de35a..fb07b6ed47 100644
--- a/qte/qte_2.3.8-snap.oe
+++ b/qte/qte_2.3.8-snap.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() {