summaryrefslogtreecommitdiff
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
parentfd47be3d251d607996d750fc971b3207b70261f0 (diff)
mipsel->mips for qte's arch.
BKrev: 40a5680dCyGc0VpUUMVNpScjl6FrYA
-rw-r--r--qte/qte_2.3.7.oe2
-rw-r--r--qte/qte_2.3.8-snap.oe2
2 files changed, 4 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)}"
diff --git a/qte/qte_2.3.8-snap.oe b/qte/qte_2.3.8-snap.oe
index 82be6e15f1..6f0ffb62c7 100644
--- a/qte/qte_2.3.8-snap.oe
+++ b/qte/qte_2.3.8-snap.oe
@@ -21,6 +21,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)}"