Re: [OE-core] [PATCH] qemu_2.11.1.bb: support mingw build

2018-04-13 Thread Alistair Francis
On Fri, Apr 13, 2018 at 11:11 AM, Juro Bystricky wrote: > The patch chardev-connect-socket-to-a-spawned-command.patch calls > "socketpair". This function is missing in mingw, so the patch > needs to be modified accordingly (by conditional compilation using > _WIN32 macro where appropriate), otherw

[OE-core] [PATCH] qemu_2.11.1.bb: support mingw build

2018-04-13 Thread Juro Bystricky
The patch chardev-connect-socket-to-a-spawned-command.patch calls "socketpair". This function is missing in mingw, so the patch needs to be modified accordingly (by conditional compilation using _WIN32 macro where appropriate), otherwise we end up with a broken mingw build. While it is possible to