diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2018-04-13 11:11:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-04-18 18:48:19 +0100 |
commit | 2d955bb53a8ee36c0a648c23293139612f33f97b (patch) | |
tree | 03b9bbe5c89efff56eccab336d3f930f526fe0ce /scripts/lib | |
parent | 199d8d53261e22971bd094ddf3318855d539e6be (diff) | |
download | openembedded-core-2d955bb53a8ee36c0a648c23293139612f33f97b.tar.gz openembedded-core-2d955bb53a8ee36c0a648c23293139612f33f97b.tar.bz2 openembedded-core-2d955bb53a8ee36c0a648c23293139612f33f97b.zip |
qemu_2.11.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 (by conditional compilation using
_WIN32 macro where appropriate), otherwise we end up with a broken
mingw build.
While it is possible to simply remove the whole patch for mingw build
(via a .bbappend file in meta-mingw), it makes more sense to modify
the patch itself.
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib')
0 files changed, 0 insertions, 0 deletions