]> 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, 22 Feb 2019 14:33:42 +0000 (15:33 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Feb 2019 10:56:07 +0000 (10:56 +0000)
commit01324f5e741a106cdb4b2989379f71b0b727a224
tree64a55c6d790114f407a8e0b3ce11fc1a950a15a7
parent2ae8cae7b047f7ffc2a3820f5388a382f261ae3a
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