]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gst-devtools: submit 0001-connect-has-a-different-signature-on-musl.patch upstream
authorAlexander Kanavin <alex@linutronix.de>
Mon, 7 Apr 2025 09:40:41 +0000 (11:40 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Apr 2025 08:03:09 +0000 (09:03 +0100)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gst-devtools/0001-connect-has-a-different-signature-on-musl.patch

index d7a3e2057aea6c51c42e3b4a6346e11860ab23db..aeb296aa96718992e6a11eb641650398bb2dc897 100644 (file)
@@ -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 <raj.khem@gmail.com>
 ---