diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-09-09 17:44:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-11 09:05:35 +0100 |
commit | 735e066b1cfa71bf552004cf24d528e0411b5c52 (patch) | |
tree | 80da621874cd8198900b179fcbda3f8f47cbd99a /LICENSE | |
parent | 09f94874fdf79dbc6c7fd340115afa7d665157ae (diff) | |
download | poky-735e066b1cfa71bf552004cf24d528e0411b5c52.tar.gz |
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);
| ^
(From OE-Core rev: 77c02f815103733bcfbde3adec3784e456de42d4)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions