wayland bug backport: Fix fake "Address already in use" error 95/22295/2
authorZhou Mingying <zhoumy@cn.fujitsu.com>
Fri, 30 Aug 2019 06:14:36 +0000 (14:14 +0800)
committerScott Murray <scott.murray@konsulko.com>
Tue, 3 Sep 2019 13:40:26 +0000 (13:40 +0000)
commitffe3d5fdfb02f4b4ae2de7044a9d73ef0321f048
tree3d680d2ba8798be21afa76f0acc9fb900ab7f9f7
parent0fef47773d2eb4970e51df3cae0b07bf0d60536b
wayland bug backport: Fix fake "Address already in use" error

Backport a bug modification to the wayland used by AGL,
because the bug may effect the applications start error

The bug modification detail is as bellow:
In the current workflow, socket file will be deleted if it already exists.
However, if the socket file is a symbolic link or the file that it refers
to not exist, we will got "Address already in use", because bind()
thinks the socket file exists and won't create it.
Now, use lstat() to determine whether the socket file exists.

Bug-AGL: SPEC-2783

Signed-off-by: Zhou Mingying <zhoumy@cn.fujitsu.com>
Change-Id: Iff2c7abefa56104eef49ae7102ee8a1de796b813
meta-agl-profile-graphical/recipes-graphics/wayland/wayland/0002-server-Fix-fake-Address-already-in-use-error.patch [new file with mode: 0644]
meta-agl-profile-graphical/recipes-graphics/wayland/wayland_%.bbappend