aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer
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
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')
-rw-r--r--recipes/gstreamer/gst-plugins-base/make382.patch25
-rw-r--r--recipes/gstreamer/gst-plugins-base_0.10.29.bb3
2 files changed, 27 insertions, 1 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
+
diff --git a/recipes/gstreamer/gst-plugins-base_0.10.29.bb b/recipes/gstreamer/gst-plugins-base_0.10.29.bb
index 8162197334..7931ba172a 100644
--- a/recipes/gstreamer/gst-plugins-base_0.10.29.bb
+++ b/recipes/gstreamer/gst-plugins-base_0.10.29.bb
@@ -2,12 +2,13 @@ require gst-plugins.inc
SRC_URI += " \
file://ivorbis-thumb.patch \
+ file://make382.patch \
"
SRC_URI[archive.md5sum] = "d07e251152cccbaa81807c14cf0fd8c0"
SRC_URI[archive.sha256sum] = "ac035cce4d68e2e0b980d3ddb6c74674667cbfde6cddc65e18ea16368d34732c"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
PROVIDES += "gst-plugins"