]> code.ossystems Code Review - openembedded-core.git/commit
qemu: add a patch to avoid a missing definition error
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 8 Feb 2019 14:45:48 +0000 (15:45 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Feb 2019 16:05:49 +0000 (16:05 +0000)
commitba487300ce5dc1431c7d27cf384b542945ad6160
tree5d9356fdc57ec98873bce926061e662e88e3a9cb
parente9811e8ab6035619a7ccdd1807d6b9a7dc44eb35
qemu: add a patch to avoid a missing definition error

| In file included from /home/alexander/development/poky/build-virgl-gtk-64/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-qemu/3.1.0-r0/qemu-3.1.0/include/ui/egl-context.h:5,
|                  from /home/alexander/development/poky/build-virgl-gtk-64/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-qemu/3.1.0-r0/qemu-3.1.0/ui/egl-context.c:3:
| /home/alexander/development/poky/build-virgl-gtk-64/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-qemu/3.1.0-r0/qemu-3.1.0/include/ui/egl-helpers.h:46:55: error: unknown type name 'Window'; did you mean 'minor'?
|  EGLSurface qemu_egl_init_surface_x11(EGLContext ectx, Window win);
|                                                        ^~~~~~
|                                                        minor

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/qemu/qemu/0001-Add-a-missing-X11-include.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu/0012-fix-libcap-header-issue-on-some-distro.patch
meta/recipes-devtools/qemu/qemu/0013-cpus.c-Add-error-messages-when-qemi_cpu_kick_thread-.patch
meta/recipes-devtools/qemu/qemu_3.1.0.bb