diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-29 21:17:57 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-29 21:17:57 +0000 |
commit | 3115fb3e0d8d769e2994bcd6463e5403188fab4b (patch) | |
tree | bded29302158765542a4182b9ecc7bcffa343a0b /qte | |
parent | af8389231cd953919be4c6d7e7a8a04504db9935 (diff) |
Adapting some builds per the recent oe metadata handling changes.
BKrev: 40689285Q7zUjk20aonhEakS324blw
Diffstat (limited to 'qte')
-rw-r--r-- | qte/qte_2.3.6.oe | 6 | ||||
-rw-r--r-- | qte/qte_2.3.7.oe | 6 | ||||
-rw-r--r-- | qte/qte_2.3.8-snap.oe | 6 |
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() { |