From: Chris Larson Date: Sat, 15 May 2004 00:45:01 +0000 (+0000) Subject: mipsel->mips for qte's arch. X-Git-Tag: Release-2010-05/1~19171 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d6824e42941d7ba23b41367a96624cab0569081;p=openembedded.git mipsel->mips for qte's arch. BKrev: 40a5680dCyGc0VpUUMVNpScjl6FrYA --- 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)}"