From 105c23cedb54f34e80a303c6af02c4398f72f029 Mon Sep 17 00:00:00 2001 From: Julien CORJON Date: Tue, 21 Jul 2015 13:30:14 +0200 Subject: qt5: bump version to 5.5.0 QT5BASE_EGLFS_PLATFORM_HOOKS_SOURCES is no longer useful since eglfs does not depend on the device makespecs anymore. Instead, backends are autodetected by configure [1]. We still need specifics include path for rpi eglfs support. 0008-forkd-disable-eventfd-for-uclibc.patch disable missing eventfd in new Qt 3rd party forkd for uClibc toolchains. Remove patches commited in Qt mainline and update pending one [1] https://codereview.qt-project.org/#/c/107548/ Passed test : - Full compilation on ARM/uClibc - Partialy compiled and tested on i.MX6/linaro with OpenGL backend - Partialy compiled but not executed for Raspberry Pi (rpi-userland) Signed-off-by: Julien Corjon Signed-off-by: Thomas Petazzoni --- ...z_data_p.h-Add-missing-include-byteswap.h.patch | 46 ---------------------- 1 file changed, 46 deletions(-) delete mode 100644 package/qt5/qt5connectivity/0002-bluez_data_p.h-Add-missing-include-byteswap.h.patch (limited to 'package/qt5/qt5connectivity/0002-bluez_data_p.h-Add-missing-include-byteswap.h.patch') diff --git a/package/qt5/qt5connectivity/0002-bluez_data_p.h-Add-missing-include-byteswap.h.patch b/package/qt5/qt5connectivity/0002-bluez_data_p.h-Add-missing-include-byteswap.h.patch deleted file mode 100644 index fc4be10553..0000000000 --- a/package/qt5/qt5connectivity/0002-bluez_data_p.h-Add-missing-include-byteswap.h.patch +++ /dev/null @@ -1,46 +0,0 @@ -bluez_data_p.h: Add missing "#include " - -This patch has been submitted upstream: - - https://bugreports.qt.io/browse/QTBUG-44421 - -Signed-off-by: Vicente Olivert Riera - -From 1e219701c61cdedf0e8cfda542ee2485f5fd059a Mon Sep 17 00:00:00 2001 -From: Vicente Olivert Riera -Date: Wed, 11 Feb 2015 18:11:05 +0000 -Subject: [PATCH] bluez_data_p.h: Add missing "#include " - -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. - -Signed-off-by: Vicente Olivert Riera ---- - src/bluetooth/bluez/bluez_data_p.h | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/src/bluetooth/bluez/bluez_data_p.h b/src/bluetooth/bluez/bluez_data_p.h -index 9d2d96b..64c90dd 100644 ---- a/src/bluetooth/bluez/bluez_data_p.h -+++ b/src/bluetooth/bluez/bluez_data_p.h -@@ -48,6 +48,7 @@ - #include - #include - #include -+#include - - #define BTPROTO_L2CAP 0 - #define BTPROTO_HCI 1 --- -1.7.1 - -- cgit v1.2.3