kumquat-buildroot/package/qt5
Vicente Olivert Riera 6496d6ccec qt5connectivity: fix for big endian platforms
Add a patch to fix qt5connectivity for big endian platforms.

Building qtconnectivity fails for big endian platforms because the
bswap_16 function is not declared. This is the error message:

In file included from bluez/hcimanager_p.h:52:0,
		 from bluez/hcimanager.cpp:35:
./bluez/bluez_data_p.h: In function 'quint16 bt_get_le16(const void*)':
./bluez/bluez_data_p.h:172:60: error: 'bswap_16' was not declared in
this scope
     return bswap_16(bt_get_unaligned((const quint16 *) ptr));

bswap_16 is defined in byteswap.h so we can include this file in order
to fix this problem.

This patch has been submitted upstream:

  https://bugreports.qt.io/browse/QTBUG-44421

Fixes:

  http://autobuild.buildroot.net/results/5b8/5b85c6819f94988abd8abfcdaad6226ceb2d790a/

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-02-14 08:44:45 +01:00
..
qt5base qt5/qt5base: Fix build on MIPS without DSP support 2015-02-06 20:03:00 +01:00
qt5connectivity qt5connectivity: fix for big endian platforms 2015-02-14 08:44:45 +01:00
qt5declarative
qt5enginio
qt5graphicaleffects
qt5imageformats
qt5multimedia qt5multimedia: Make it compile with no-opengl 2015-02-08 21:38:59 +01:00
qt5quick1
qt5quickcontrols
qt5script
qt5sensors
qt5serialport
qt5svg
qt5webkit qt5webkit: add missing indirect dependency on atomics and !flat 2015-02-07 21:25:05 +01:00
qt5webkit-examples package/*: rename patches according to the new policy 2015-02-03 14:52:56 +01:00
qt5websockets
qt5x11extras
qt5xmlpatterns
Config.in
qt5.mk