aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer/gst-plugins-base
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-18 18:49:09 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-18 22:40:27 +0800
commitd3a4db8577fc625da36b0f167e039956cc95c6e0 (patch)
tree4d9d09a73277fdca06bd91b2e4d8e125d53c112a /recipes/gstreamer/gst-plugins-base
parent483450b23bd2ebaa63fada21aa5ed61b1cefada0 (diff)
downloadopenembedded-d3a4db8577fc625da36b0f167e039956cc95c6e0.tar.gz
gst-plugins-base_0.10.29: Fix the gtk-doc Makefiles for make 3.82
This is patching common/ so the patch applies to all gstreamer plugins using the same version of common.
Diffstat (limited to 'recipes/gstreamer/gst-plugins-base')
-rw-r--r--recipes/gstreamer/gst-plugins-base/make382.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/gstreamer/gst-plugins-base/make382.patch b/recipes/gstreamer/gst-plugins-base/make382.patch
new file mode 100644
index 0000000000..f41dd76428
--- /dev/null
+++ b/recipes/gstreamer/gst-plugins-base/make382.patch
@@ -0,0 +1,25 @@
+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
+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
+