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, 0 insertions, 19 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
deleted file mode 100644
index 073b4f4..0000000
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-v4l2/remove-git-from-autogen.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-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