[PATCH weston] Fix runtime error caused by missing header inclusion
Joh, Yong-Il (Tolkien)
Yong-Il.Joh at windriver.com
Fri Nov 13 22:16:52 PST 2015
Hi all.
when I run weston on yocto for qemux86 device,
there is an error with following.
[08:02:07.897] launching '/usr/lib/weston/weston-ivi-shell-user-interface'
[08:02:08.201] /usr/lib/weston/weston-ivi-shell-user-interface died on signal 11
it is caused everytime
when I build yocto software on Ubuntu 12.04 64bit desktop for qemux86 device. (not qemux86-64)
to resolve this,
apply following patch.
--- a/clients/ivi-shell-user-interface.c 2015-08-08 04:01:22.000000000 +0900
+++ b/clients/ivi-shell-user-interface.c 2015-11-13 19:26:38.844430385 +0900
@@ -21,6 +21,8 @@
* DEALINGS IN THE SOFTWARE.
*/
+#include "config.h"
+
#include <sys/wait.h>
#include <unistd.h>
#include <stdlib.h>
__
Yong-iL Joh, Sr.MTS, Wind River
More information about the wayland-devel
mailing list