소스 검색

gst-devtools: submit 0001-connect-has-a-different-signature-on-musl.patch upstream

(From OE-Core rev: 1ca89ea00103523d8877eed5b71eec2ba824510a)

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>
Alexander Kanavin 1 개월 전
부모
커밋
e918659210
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      meta/recipes-multimedia/gstreamer/gst-devtools/0001-connect-has-a-different-signature-on-musl.patch

+ 1 - 1
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>
 ---