new file mode 100644
@@ -0,0 +1,26 @@
+From d85ca8e83ea0537fd74d8bea3c358a3edddb87ac Mon Sep 17 00:00:00 2001
+From: Daniel Schultz <d.schultz@phytec.de>
+Date: Tue, 6 Aug 2024 11:26:55 +0200
+Subject: [PATCH] Switch submodule common to github
+
+The freedesktop.org URL is currently not available. Therefore, this
+plugin won't build. Use the official GStreamer mirror on GitHub.
+
+Upstream-Status: Pending
+
+Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
+---
+ .gitmodules | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/.gitmodules b/.gitmodules
+index a6b1eda..80ffbc5 100644
+--- a/.gitmodules
++++ b/.gitmodules
+@@ -1,3 +1,3 @@
+ [submodule "common"]
+ path = common
+- url = git://anongit.freedesktop.org/gstreamer/common
++ url = https://github.com/GStreamer/common
+--
+2.34.1
@@ -6,7 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2827f94fc0a1adeff4d9702e97ce2979"
COMPATIBLE_MACHINE = "dra7xx"
SRC_URI = "git://git.ti.com/git/processor-sdk/gst-plugin-hevc.git;protocol=https;branch=master \
- file://0001-configure.ac-stop-using-export-symbols-regex.patch"
+ file://0001-configure.ac-stop-using-export-symbols-regex.patch \
+ file://0001-Switch-submodule-common-to-github.patch \
+"
SRCREV = "e4ea007d0ddeb95ae01742293454ef3c87a6e84c"
S = "${WORKDIR}/git"
This gstreamer plugin is unable to get the submodule 'common' from freedesktop.org. It looks like the Git server has some issues and the clone times out. Use the official Github mirror as workaround. Signed-off-by: Daniel Schultz <d.schultz@phytec.de> --- Changes in v2: * Fixed typo in commit message * Added Upstream-Status to Pending. It's up to TI if they want to patch these repos or keep it here. ...01-Switch-submodule-common-to-github.patch | 26 +++++++++++++++++++ .../gstreamer1.0-plugins-hevc_git.bb | 4 ++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc/0001-Switch-submodule-common-to-github.patch