diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2021-10-09 15:34:35 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-11-12 11:58:25 +0000 |
commit | 2a146379237c46dc5b6a03a3f7742619de57626d (patch) | |
tree | 7a5dd96172fbea3177b7ead2b352a7670e6818ec /meta-agl-lxc/recipes-graphics/wayland/wayland-ivi-extension_2.2.0.bb | |
parent | bd8eacfacdfbf7fc081dc3692d783e630837ad36 (diff) |
Add patch to fix weston crash in no input device scene
The weston with ivi-extention crash in no input device scene.
This patch add staging patch to wayland-ivi-extention to fix this issue.
Bug-AGL: SPEC-4096
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I8d3e6627c073213b2fe20df634889a19a730a4d5
Diffstat (limited to 'meta-agl-lxc/recipes-graphics/wayland/wayland-ivi-extension_2.2.0.bb')
-rw-r--r-- | meta-agl-lxc/recipes-graphics/wayland/wayland-ivi-extension_2.2.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-agl-lxc/recipes-graphics/wayland/wayland-ivi-extension_2.2.0.bb b/meta-agl-lxc/recipes-graphics/wayland/wayland-ivi-extension_2.2.0.bb index a172c1bf..26227315 100644 --- a/meta-agl-lxc/recipes-graphics/wayland/wayland-ivi-extension_2.2.0.bb +++ b/meta-agl-lxc/recipes-graphics/wayland/wayland-ivi-extension_2.2.0.bb @@ -5,12 +5,13 @@ BUGTRACKER = "http://bugs.genivi.org/enter_bug.cgi?product=Wayland%20IVI%20Exten LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1f1a56bb2dadf5f2be8eb342acf4ed79" -SRCREV = "e9c2fe4c5034a06b159cfd45dbd485755cbaf4c8" +SRCREV = "8d4c227ca0a1f836a769a051732a826abbf5d98a" SRC_URI = "git://github.com/GENIVI/${BPN}.git;protocol=http \ file://01-ivi-input-controller-update-to-weston-7.patch \ file://02-ivi-id-agent-update-to-weston-7-header.patch \ file://03-ivi-id-agent-update-dependencies-to-build-on-weston-8.patch \ + file://0001-Fix-NULL-pointer-exception-in-case-of-no-input-devic.patch \ " S = "${WORKDIR}/git" |