]> code.ossystems Code Review - openembedded-core.git/commit
qemu-2.10.1.bb: support mingw build
authorJuro Bystricky <juro.bystricky@intel.com>
Thu, 11 Jan 2018 21:16:57 +0000 (13:16 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 13 Jan 2018 10:15:05 +0000 (10:15 +0000)
commitfd978a5ddf6938404f2043c9f9ede47dcdb47180
tree70fca5e7f0bdda84f3ec983d51387f4cfe37486b
parent0adedfc2bf8981819fbbf8b1884da44c7082d1a6
qemu-2.10.1.bb: support mingw build

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, otherwise we end up with a broken
mingw build.
While it is possible to simply remove the patch on a recipe level for
mingw platform, it makes more sense to modify the patch itself.

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/qemu/qemu/chardev-connect-socket-to-a-spawned-command.patch