diff options
author | Peter Seiderer <ps.report@gmx.net> | 2017-11-28 23:37:44 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-12-01 23:02:22 +0100 |
commit | 914f55e2b13ea4b5bc2383fcf91f115f418634e2 (patch) | |
tree | 538c19e6378277cced2647411dfc370b408e292c /package/qt5/qt5connectivity/5.9.3/0001-Example-heartrate-server-needs-only-core-and-bluetoo.patch | |
parent | b58059ad98984382934320235ce89faf0549062f (diff) | |
download | buildroot-914f55e2b13ea4b5bc2383fcf91f115f418634e2.tar.gz buildroot-914f55e2b13ea4b5bc2383fcf91f115f418634e2.zip |
qt5: bump latest version to 5.9.3
qt5connectivity:
- moved 0001-Example-heartrate-server-needs-only-core-and-bluetoo.patch
to 5.9.3
qt5declarative:
- removed 0001-Fix-no-opengl-builds.patch to 5.9.3 (upstream committed,
see [1])
qt5webengine:
- keep 0002-Load-libEGL-and-libGLES2-symbols-implicitly.patch
(upstream committed, see [2], but reverted afterwards, see [3])
[1] https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=fa52bb665d6beb77a951c14c8edcba3541850afc
[2] https://code.qt.io/cgit/qt/qtwebengine.git/commit/?id=d4c621f6a6b87f2a86069fa393b9f7c4f9e7b9ad
[3] https://code.qt.io/cgit/qt/qtwebengine.git/commit/?id=c11c2c8981e647c1eb2c6753ce77d436b92fff87
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5/qt5connectivity/5.9.3/0001-Example-heartrate-server-needs-only-core-and-bluetoo.patch')
-rw-r--r-- | package/qt5/qt5connectivity/5.9.3/0001-Example-heartrate-server-needs-only-core-and-bluetoo.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/package/qt5/qt5connectivity/5.9.3/0001-Example-heartrate-server-needs-only-core-and-bluetoo.patch b/package/qt5/qt5connectivity/5.9.3/0001-Example-heartrate-server-needs-only-core-and-bluetoo.patch new file mode 100644 index 0000000000..cb0e8d18b1 --- /dev/null +++ b/package/qt5/qt5connectivity/5.9.3/0001-Example-heartrate-server-needs-only-core-and-bluetoo.patch @@ -0,0 +1,32 @@ +From 13c2f56cc9c3bbfe0c96031107e7fafd437703d9 Mon Sep 17 00:00:00 2001 +From: Peter Seiderer <ps.report@gmx.net> +Date: Sat, 18 Nov 2017 21:07:44 +0100 +Subject: [PATCH] Example heartrate-server needs only core and bluetooth module + +Fixes compile with disabled gui module. + +Task-number: QTBUG-64597 +Change-Id: I376dede3db987e524f97070344cc119e0ee1d187 + +Upstream: https://codereview.qt-project.org/211810 +Signed-off-by: Peter Seiderer <ps.report@gmx.net> +--- + examples/bluetooth/heartrate-server/heartrate-server.pro | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/examples/bluetooth/heartrate-server/heartrate-server.pro b/examples/bluetooth/heartrate-server/heartrate-server.pro +index 4ccf486c..edd011b9 100644 +--- a/examples/bluetooth/heartrate-server/heartrate-server.pro ++++ b/examples/bluetooth/heartrate-server/heartrate-server.pro +@@ -1,7 +1,7 @@ + TEMPLATE = app + TARGET = heartrate-server + +-QT += bluetooth ++QT = core bluetooth + CONFIG += c++11 + + SOURCES += main.cpp +-- +2.14.2 + |