diff options
author | Wataru Natsume <wnatsume@jp.adit-jv.com> | 2016-04-08 10:54:06 +0900 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2016-04-20 13:32:23 +0000 |
commit | ddf0d5d0e83b34a38debf0b160b912fe337308e6 (patch) | |
tree | 09c3e94d1bc1c9ea36e1b0eed267e1e0327e7933 /meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.5.0.bbappend | |
parent | 8f862ba1458f9f146606d026acc885c9d09b94f0 (diff) |
Send process ID that created surface to client.
createPid should be a pid of process that creates surface.
This patch is ported from Genivi.
Add null check of surface.
Change-Id: I28fdf7ccb1f9f95a40521aed955713bf90300c2d
Signed-off-by: Wataru Natsume <wnatsume@jp.adit-jv.com>
Diffstat (limited to 'meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.5.0.bbappend')
-rw-r--r-- | meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.5.0.bbappend | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.5.0.bbappend b/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.5.0.bbappend new file mode 100644 index 000000000..f68ba713d --- /dev/null +++ b/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.5.0.bbappend @@ -0,0 +1,7 @@ +FILESEXTRAPATHS_prepend := ":${THISDIR}/wayland-ivi-extension:" + + +SRC_URI_append = " \ + file://0001-Send-process-ID-that-created-surface-to-client.patch \ + " + |