]> code.ossystems Code Review - openembedded-core.git/commit
gst-validate: Fix build on musl
authorKhem Raj <raj.khem@gmail.com>
Mon, 10 Sep 2018 00:44:22 +0000 (17:44 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Sep 2018 08:05:29 +0000 (09:05 +0100)
commit77c02f815103733bcfbde3adec3784e456de42d4
tree31ad9d9418a253af8184036e64e0507e72d0462e
parentf179c402f46a3d3c42760d66d6a20c9e0b93f50d
gst-validate: Fix build on musl

Connect has different signature on musl.

Fixes
socket_interposer.c:103:1: error: conflicting types for 'connect'
| connect (int socket, const struct sockaddr_in *addrin, socklen_t
address_len)
| ^
|
recipe-sysroot/usr/include/sys/socket.h:327:5:
note: previous declaration is here
| int connect (int, const struct sockaddr *, socklen_t);
|     ^

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-multimedia/gstreamer/files/0001-connect-has-a-different-signature-on-musl.patch [new file with mode: 0644]
meta/recipes-multimedia/gstreamer/gst-validate_1.14.2.bb