summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-06-04 11:47:45 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2020-06-04 08:37:38 -0300
commit22738a7e7d0f3b06d9b793a2e5fe3515c1668cb2 (patch)
treec03d4d64d06c41c5eed83380e862649662526b91
parentc2a0d924f6200eea1fb1d1b61e7420ea5da2f8fb (diff)
downloadmeta-freescale-22738a7e7d0f3b06d9b793a2e5fe3515c1668cb2.tar.gz
weston: fix a patch fuzz issue
Fix a following QA warning: | WARNING: weston-5.0.0.imx-r0 do_patch: Fuzz detected: | | Applying patch 0003-weston-touch-calibrator-Advertise-the-touchscreen-ca.patch | patching file weston.ini.in | Hunk #1 succeeded at 7 with fuzz 2 (offset 4 lines). | | The context lines in the patches can be updated with devtool: | | devtool modify weston | devtool finish --force-patch-refresh weston <layer_path> | | Don't forget to review changes done by devtool! Signed-off-by: Ming Liu <ming.liu@toradex.com>
-rw-r--r--recipes-graphics/wayland/weston/0003-weston-touch-calibrator-Advertise-the-touchscreen-ca.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-graphics/wayland/weston/0003-weston-touch-calibrator-Advertise-the-touchscreen-ca.patch b/recipes-graphics/wayland/weston/0003-weston-touch-calibrator-Advertise-the-touchscreen-ca.patch
index 7ea07ed6..01bdae1f 100644
--- a/recipes-graphics/wayland/weston/0003-weston-touch-calibrator-Advertise-the-touchscreen-ca.patch
+++ b/recipes-graphics/wayland/weston/0003-weston-touch-calibrator-Advertise-the-touchscreen-ca.patch
@@ -15,12 +15,12 @@ Signed-off-by: Jun Zhu <junzhu@nxp.com>
15 1 file changed, 3 insertions(+) 15 1 file changed, 3 insertions(+)
16 16
17diff --git a/weston.ini.in b/weston.ini.in 17diff --git a/weston.ini.in b/weston.ini.in
18index 83dd56e..6e20e11 100644 18index d9094b1f..8adcc646 100644
19--- a/weston.ini.in 19--- a/weston.ini.in
20+++ b/weston.ini.in 20+++ b/weston.ini.in
21@@ -3,6 +3,9 @@ 21@@ -7,6 +7,9 @@ idle-time=0
22 idle-time=0 22 #[shell]
23 #use-g2d=1 23 #size=1920x1080
24 24
25+[libinput] 25+[libinput]
26+touchscreen_calibrator=true 26+touchscreen_calibrator=true