aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer/gstreamer1.0-plugins-v4l2/remove-git-from-autogen.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-multimedia/gstreamer/gstreamer1.0-plugins-v4l2/remove-git-from-autogen.patch')
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-v4l2/remove-git-from-autogen.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-v4l2/remove-git-from-autogen.patch b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-v4l2/remove-git-from-autogen.patch
new file mode 100644
index 0000000..073b4f4
--- /dev/null
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-v4l2/remove-git-from-autogen.patch
@@ -0,0 +1,19 @@
+diff --git a/autogen.sh b/autogen.sh
+index c927914..5841244 100755
+--- a/autogen.sh
++++ b/autogen.sh
+@@ -10,14 +10,6 @@ cd "$srcdir"
+ DIE=0
+ package=gst-plugins-st
+
+-# Make sure we have common
+-if test ! -f common/gst-autogen.sh;
+-then
+- echo "+ Setting up common submodule"
+- git submodule init
+-fi
+-git submodule update
+-
+ # source helper functions
+ if test ! -f common/gst-autogen.sh;
+ then