diff options
author | Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> | 2019-08-06 13:07:20 +0900 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-08-17 13:31:07 -0400 |
commit | 4fccf34ac71bd65d10d74c0b00446c4a6d40043f (patch) | |
tree | 6b3ced6d8eda2081ad7deb3939b23282721c4028 /recipes-qt/qt5/qtlocation_git.bbappend | |
parent | f1a340c17c6979a3f19f6a1eea5c7bc2f98bfcbf (diff) |
qtlocation: Fix unstable rotation using pinch zoom
This patch is merged in 5.11 branch, however it was
not in 5.11.3.
https://codereview.qt-project.org/c/qt/qtlocation/+/244889
Bug-AGL: SPEC-2709
Change-Id: I90a914b1a1fd21b1a181a50749ed91e90960021d
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-qt/qt5/qtlocation_git.bbappend')
-rw-r--r-- | recipes-qt/qt5/qtlocation_git.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtlocation_git.bbappend b/recipes-qt/qt5/qtlocation_git.bbappend new file mode 100644 index 000000000..e0f3a6b2e --- /dev/null +++ b/recipes-qt/qt5/qtlocation_git.bbappend @@ -0,0 +1,5 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" + +SRC_URI += " \ + file://0001-Fix-unstable-rotation-gesture.patch \ +" |