aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer/gstreamer1.0-plugins-v4l2/remove-git-from-autogen.patch
blob: 073b4f4578de16db528deab4f5e10105e141d5e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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