git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56cb70b
)
qt4: change x86 qt arch into i386 as per bug #2593
author
Michael Krelin
<hacker@klever.net>
Thu, 5 Jul 2007 22:24:31 +0000
(22:24 +0000)
committer
Michael Krelin
<hacker@klever.net>
Thu, 5 Jul 2007 22:24:31 +0000
(22:24 +0000)
packages/qt/qt4_arch.inc
patch
|
blob
|
history
diff --git
a/packages/qt/qt4_arch.inc
b/packages/qt/qt4_arch.inc
index
11bfed8
..
6dcbd2b
100644
(file)
--- a/
packages/qt/qt4_arch.inc
+++ b/
packages/qt/qt4_arch.inc
@@
-2,7
+2,7
@@
def qt_arch(d):
import bb, re
arch = bb.data.getVar('TARGET_ARCH', d, 1)
if re.match("^i.86$", arch):
- arch = "
x
86"
+ arch = "
i3
86"
elif re.match("^arm.*", arch):
arch = "arm"
elif arch == "x86_64":