aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bbappend')
-rw-r--r--common/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bbappend12
1 files changed, 10 insertions, 2 deletions
diff --git a/common/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bbappend b/common/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bbappend
index 6a417e05..4d7fcba7 100644
--- a/common/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bbappend
+++ b/common/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bbappend
@@ -14,11 +14,19 @@ DEPENDS_remove_amd = "gstreamer1.0-plugins-bad"
DEPENDS += "gstreamer1.0 gstreamer1.0-plugins-base"
#
+# Replace the git:// style URI with gitsm://
+# This forces the submodules to be fetched at build time and
+# packaged into installers for non-network-connected builds.
+#
+SRC_URI_remove_amd += " git://anongit.freedesktop.org/gstreamer/gst-omx;branch=master"
+SRC_URI_append_amd += " gitsm://anongit.freedesktop.org/gstreamer/gst-omx;branch=master"
+
+#
# Remove the patch as it is not needed with the new SRCREV we are using
#
-SRC_URI_remove_amd = "file://0001-omx-fixed-type-error-in-printf-call.patch"
+SRC_URI_remove_amd += " file://0001-omx-fixed-type-error-in-printf-call.patch"
-SRC_URI_append_amd = " \
+SRC_URI_append_amd += " \
file://0001-gstomxvideodec-fix-multithreads-negotiation-problem-.patch \
file://0002-gstomxvideodec-remove-dead-code.patch \
file://0003-gstomxvideodec-simplify-_find_nearest_frame.patch \