summaryrefslogtreecommitdiff
path: root/meta/recipes-multimedia/gstreamer/gst-plugins
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2010-12-16 17:48:11 -0800
committerSaul Wold <sgw@linux.intel.com>2010-12-16 17:48:11 -0800
commit3a569bb2d88b360cb39a75a97b15638e6e03a51e (patch)
tree77526dd829dd46cdd2d29ce00da30ab2acef378d /meta/recipes-multimedia/gstreamer/gst-plugins
parentac4364698618a541624d1a00f27b638815e5a3f5 (diff)
downloadopenembedded-core-3a569bb2d88b360cb39a75a97b15638e6e03a51e.tar.gz
openembedded-core-3a569bb2d88b360cb39a75a97b15638e6e03a51e.tar.bz2
openembedded-core-3a569bb2d88b360cb39a75a97b15638e6e03a51e.tar.xz
openembedded-core-3a569bb2d88b360cb39a75a97b15638e6e03a51e.zip
Revert "gst-plugins: fix for make 3.82"
This reverts commit 06570b84e498e8643aa29d9864f377bd55df1f23. These versions of gst-plugins-* already have been fixed upstream for the make 3.82 problems, so this patch detects already applied and bails Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-plugins/make-382.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins/make-382.patch b/meta/recipes-multimedia/gstreamer/gst-plugins/make-382.patch
deleted file mode 100644
index 28caf076a..000000000
--- a/meta/recipes-multimedia/gstreamer/gst-plugins/make-382.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Index: gst-plugins-base-0.10.29/common/gtk-doc-plugins.mak
-===================================================================
---- gst-plugins-base-0.10.29.orig/common/gtk-doc-plugins.mak
-+++ gst-plugins-base-0.10.29/common/gtk-doc-plugins.mak
-@@ -352,7 +352,7 @@ dist-hook: dist-check-gtkdoc dist-hook-l
- -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
- -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
- cd $(distdir) && rm -f $(DISTCLEANFILES)
-- -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
-+ -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
-
- .PHONY : dist-hook-local docs
-
-Index: gst-plugins-base-0.10.29/common/gtk-doc.mak
-===================================================================
---- gst-plugins-base-0.10.29.orig/common/gtk-doc.mak
-+++ gst-plugins-base-0.10.29/common/gtk-doc.mak
-@@ -232,6 +232,6 @@ dist-hook: dist-check-gtkdoc dist-hook-l
- -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
- -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
- cd $(distdir) && rm -f $(DISTCLEANFILES)
-- -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
-+ -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
-
- .PHONY : dist-hook-local docs