summaryrefslogtreecommitdiff
path: root/qte/qte_2.3.7.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-15 00:45:01 +0000
committerChris Larson <clarson@kergoth.com>2004-05-15 00:45:01 +0000
commit0d6824e42941d7ba23b41367a96624cab0569081 (patch)
treef1c4c6cba723ef86a60fb67edab21d6425fc3cca /qte/qte_2.3.7.oe
parentfd47be3d251d607996d750fc971b3207b70261f0 (diff)
mipsel->mips for qte's arch.
BKrev: 40a5680dCyGc0VpUUMVNpScjl6FrYA
Diffstat (limited to 'qte/qte_2.3.7.oe')
-rw-r--r--qte/qte_2.3.7.oe2
1 files changed, 2 insertions, 0 deletions
diff --git a/qte/qte_2.3.7.oe b/qte/qte_2.3.7.oe
index 19166c1b99..52e3737029 100644
--- a/qte/qte_2.3.7.oe
+++ b/qte/qte_2.3.7.oe
@@ -20,6 +20,8 @@ def qte_arch(d):
arch = "x86"
elif arch == "x86_64":
arch = "x86"
+ elif arch == "mipsel":
+ arch = "mips"
return arch
QTE_ARCH := "${@qte_arch(d)}"