diff options
| author | Mikko Gronoff <mikko.gronoff@qt.io> | 2020-02-17 12:50:45 +0200 |
|---|---|---|
| committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2020-02-17 12:51:26 +0200 |
| commit | 846d6e6a59e2c1db5096fea7ef59d50310253967 (patch) | |
| tree | 6ac7854f9e803f1b66012bd69e2ad2dc8f91c75f | |
| parent | f642a5460c334aec475839b1d8bb50edbf9b14a7 (diff) | |
| parent | 81da5b253a73542db8cc0286e541fde084a1a58b (diff) | |
| download | meta-qt5-846d6e6a59e2c1db5096fea7ef59d50310253967.tar.gz | |
Merge remote-tracking branch 'qt/5.14' into 5.15
* qt/5.14:
81da5b25 qt5: update submodules
791c8520 ogl-runtime: update to v2.6.0
86ca6270 (tag: v5.14.1) qtbase: update module
1f7ea170 qt5: update submodules
d708503f qt5: update submodules
09821bcf qtwebengine: update patch with missing defines
8db4ab35 qt5: update submodules
Change-Id: Ie29f04c6aff6451f694463d01ff4bb25cdc1a717
| -rw-r--r-- | recipes-qt/qt5/ogl-runtime_git.bb | 6 | ||||
| -rw-r--r-- | recipes-qt/qt5/qtwebengine/chromium/0008-chromium-Fix-build-on-32bit-arches-with-64bit-time_t.patch | 19 |
2 files changed, 21 insertions, 4 deletions
diff --git a/recipes-qt/qt5/ogl-runtime_git.bb b/recipes-qt/qt5/ogl-runtime_git.bb index 5e1f183f..1b5dc7c8 100644 --- a/recipes-qt/qt5/ogl-runtime_git.bb +++ b/recipes-qt/qt5/ogl-runtime_git.bb | |||
| @@ -9,10 +9,10 @@ LIC_FILES_CHKSUM = " \ | |||
| 9 | 9 | ||
| 10 | DEPENDS += "qtbase qtdeclarative qtquickcontrols2" | 10 | DEPENDS += "qtbase qtdeclarative qtquickcontrols2" |
| 11 | 11 | ||
| 12 | QT_MODULE_BRANCH = "2.5" | 12 | QT_MODULE_BRANCH = "2.6" |
| 13 | QT_MODULE_BRANCH_EASTL = "master" | 13 | QT_MODULE_BRANCH_EASTL = "master" |
| 14 | QT_GIT_PROJECT = "qt3dstudio" | 14 | QT_GIT_PROJECT = "qt3dstudio" |
| 15 | PV = "2.5.0+git${SRCPV}" | 15 | PV = "2.6.0+git${SRCPV}" |
| 16 | 16 | ||
| 17 | COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm|powerpc64).*-linux" | 17 | COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm|powerpc64).*-linux" |
| 18 | 18 | ||
| @@ -22,7 +22,7 @@ SRC_URI += " \ | |||
| 22 | file://0001-Qt3DSSimpleTypes-make-QT3DSU64-as-unsigned-long-on-l.patch \ | 22 | file://0001-Qt3DSSimpleTypes-make-QT3DSU64-as-unsigned-long-on-l.patch \ |
| 23 | " | 23 | " |
| 24 | 24 | ||
| 25 | SRCREV_ogl-runtime = "25236c672d81a73ee8754dbd764eb8a2a26d866e" | 25 | SRCREV_ogl-runtime = "fe3ffda451732ebca0bdd7ecd19099f4cbfcfa75" |
| 26 | SRCREV_EASTL = "31697c758f2ed19bd7c6bbe61f1b91f9e12035b5" | 26 | SRCREV_EASTL = "31697c758f2ed19bd7c6bbe61f1b91f9e12035b5" |
| 27 | SRCREV = "${SRCREV_ogl-runtime}" | 27 | SRCREV = "${SRCREV_ogl-runtime}" |
| 28 | 28 | ||
diff --git a/recipes-qt/qt5/qtwebengine/chromium/0008-chromium-Fix-build-on-32bit-arches-with-64bit-time_t.patch b/recipes-qt/qt5/qtwebengine/chromium/0008-chromium-Fix-build-on-32bit-arches-with-64bit-time_t.patch index 0bd4a451..59b37719 100644 --- a/recipes-qt/qt5/qtwebengine/chromium/0008-chromium-Fix-build-on-32bit-arches-with-64bit-time_t.patch +++ b/recipes-qt/qt5/qtwebengine/chromium/0008-chromium-Fix-build-on-32bit-arches-with-64bit-time_t.patch | |||
| @@ -12,9 +12,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
| 12 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | 12 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> |
| 13 | --- | 13 | --- |
| 14 | chromium/ui/events/ozone/evdev/event_converter_evdev.cc | 4 ++-- | 14 | chromium/ui/events/ozone/evdev/event_converter_evdev.cc | 4 ++-- |
| 15 | chromium/ui/events/ozone/evdev/event_converter_evdev.h | 5 +++++ | ||
| 15 | chromium/ui/events/ozone/evdev/touch_evdev_debug_buffer.cc | 6 +++--- | 16 | chromium/ui/events/ozone/evdev/touch_evdev_debug_buffer.cc | 6 +++--- |
| 16 | chromium/ui/events/ozone/evdev/touch_evdev_debug_buffer.h | 5 +++++ | 17 | chromium/ui/events/ozone/evdev/touch_evdev_debug_buffer.h | 5 +++++ |
| 17 | 3 files changed, 10 insertions(+), 5 deletions(-) | 18 | 4 files changed, 15 insertions(+), 5 deletions(-) |
| 18 | 19 | ||
| 19 | diff --git a/chromium/ui/events/ozone/evdev/event_converter_evdev.cc b/chromium/ui/events/ozone/evdev/event_converter_evdev.cc | 20 | diff --git a/chromium/ui/events/ozone/evdev/event_converter_evdev.cc b/chromium/ui/events/ozone/evdev/event_converter_evdev.cc |
| 20 | index 5684f4121be..10f6357e6b5 100644 | 21 | index 5684f4121be..10f6357e6b5 100644 |
| @@ -31,6 +32,22 @@ index 5684f4121be..10f6357e6b5 100644 | |||
| 31 | ValidateEventTimeClock(×tamp); | 32 | ValidateEventTimeClock(×tamp); |
| 32 | return timestamp; | 33 | return timestamp; |
| 33 | } | 34 | } |
| 35 | diff --git a/chromium/ui/events/ozone/evdev/event_converter_evdev.h b/chromium/ui/events/ozone/evdev/event_converter_evdev.h | ||
| 36 | index a91807b60e8..74d46cb8608 100644 | ||
| 37 | --- a/chromium/ui/events/ozone/evdev/event_converter_evdev.h | ||
| 38 | +++ b/chromium/ui/events/ozone/evdev/event_converter_evdev.h | ||
| 39 | @@ -20,6 +20,11 @@ | ||
| 40 | #include "ui/events/ozone/evdev/events_ozone_evdev_export.h" | ||
| 41 | #include "ui/gfx/geometry/size.h" | ||
| 42 | |||
| 43 | +#ifndef input_event_sec | ||
| 44 | +#define input_event_sec time.tv_sec | ||
| 45 | +#define input_event_usec time.tv_usec | ||
| 46 | +#endif | ||
| 47 | + | ||
| 48 | struct input_event; | ||
| 49 | |||
| 50 | namespace ui { | ||
| 34 | diff --git a/chromium/ui/events/ozone/evdev/touch_evdev_debug_buffer.cc b/chromium/ui/events/ozone/evdev/touch_evdev_debug_buffer.cc | 51 | diff --git a/chromium/ui/events/ozone/evdev/touch_evdev_debug_buffer.cc b/chromium/ui/events/ozone/evdev/touch_evdev_debug_buffer.cc |
| 35 | index 363c3183e05..4fccfd62f84 100644 | 52 | index 363c3183e05..4fccfd62f84 100644 |
| 36 | --- a/chromium/ui/events/ozone/evdev/touch_evdev_debug_buffer.cc | 53 | --- a/chromium/ui/events/ozone/evdev/touch_evdev_debug_buffer.cc |
