summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gst-validate_1.14.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-09-09 17:44:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-11 09:05:35 +0100
commit735e066b1cfa71bf552004cf24d528e0411b5c52 (patch)
tree80da621874cd8198900b179fcbda3f8f47cbd99a /meta/recipes-multimedia/gstreamer/gst-validate_1.14.2.bb
parent09f94874fdf79dbc6c7fd340115afa7d665157ae (diff)
downloadpoky-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 'meta/recipes-multimedia/gstreamer/gst-validate_1.14.2.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-validate_1.14.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-validate_1.14.2.bb b/meta/recipes-multimedia/gstreamer/gst-validate_1.14.2.bb
index cad64b2b80..f4438dc5a2 100644
--- a/meta/recipes-multimedia/gstreamer/gst-validate_1.14.2.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-validate_1.14.2.bb
@@ -7,6 +7,7 @@ LICENSE = "LGPLv2.1"
7LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" 7LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
8 8
9SRC_URI = "https://gstreamer.freedesktop.org/src/${BPN}/${BP}.tar.xz \ 9SRC_URI = "https://gstreamer.freedesktop.org/src/${BPN}/${BP}.tar.xz \
10 file://0001-connect-has-a-different-signature-on-musl.patch \
10 " 11 "
11SRC_URI[md5sum] = "f334102b0e706008505d00f7f5b5e023" 12SRC_URI[md5sum] = "f334102b0e706008505d00f7f5b5e023"
12SRC_URI[sha256sum] = "ea9e423e5470ef85ef8a0aea1714e7abfc49deb2ed282057367484cdeba6f19f" 13SRC_URI[sha256sum] = "ea9e423e5470ef85ef8a0aea1714e7abfc49deb2ed282057367484cdeba6f19f"