From: Alexander Kanavin Date: Mon, 7 Apr 2025 09:40:41 +0000 (+0200) Subject: gst-devtools: submit 0001-connect-has-a-different-signature-on-musl.patch upstream X-Git-Tag: uninative-4.8~818 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ca89ea00103523d8877eed5b71eec2ba824510a;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git gst-devtools: submit 0001-connect-has-a-different-signature-on-musl.patch upstream Signed-off-by: Alexander Kanavin Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/gstreamer/gst-devtools/0001-connect-has-a-different-signature-on-musl.patch b/meta/recipes-multimedia/gstreamer/gst-devtools/0001-connect-has-a-different-signature-on-musl.patch index d7a3e2057ae..aeb296aa967 100644 --- a/meta/recipes-multimedia/gstreamer/gst-devtools/0001-connect-has-a-different-signature-on-musl.patch +++ b/meta/recipes-multimedia/gstreamer/gst-devtools/0001-connect-has-a-different-signature-on-musl.patch @@ -8,7 +8,7 @@ API has a different signature, this patch fixes this so it can compile on musl, the functionality should remain same as it is immediately typcasted to struct sockaddr_in* type inside the function before use -Upstream-Status: Pending +Upstream-Status: Submitted [https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8767] Signed-off-by: Khem Raj ---