[oe-issues] [Bug 2593] Qt4-x11 broken for generic x86 target

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Wed Jul 4 09:39:48 UTC 2007


http://bugs.openembedded.org/show_bug.cgi?id=2593


jstoefer <jstoefer at schuett-elektronik.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jstoefer at schuett-
                   |                            |elektronik.de




--- Comment #2 from jstoefer <jstoefer at schuett-elektronik.de>  2007-07-04 02:39:48 ---
Reason for the problem is that in oe qt's configure is patched in a way that it
expects the correct architecture string directly, it doesn't try to find it out
by itself anymore.

So in case of a x86 cross-compile, for qt this is "I386". 

Solution: Modify qt4_arch_inc, which maps from OE HOST_ARCH to Qt's one.

Like:

if re.match("^i.86$", arch):
    arch = "I386"


Note: Other architecture strings might still be wrong !


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-issues mailing list