diff mbox series

[14/18] gst-devtools: submit 0001-connect-has-a-different-signature-on-musl.patch upstream

Message ID 20250407094045.753021-14-alex.kanavin@gmail.com
State New
Headers show
Series [01/18] nfs-utils: replace problematic pending patch with upstream submission | expand

Commit Message

Alexander Kanavin April 7, 2025, 9:40 a.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../0001-connect-has-a-different-signature-on-musl.patch        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 <raj.khem@gmail.com>
 ---