[oe-commits] Holger Hans Peter Freyther : gst-plugins-base_0.10.29: Fix the gtk-doc Makefiles for make 3.82

git version control git at git.openembedded.org
Sat Sep 18 14:49:38 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d3a4db8577fc625da36b0f167e039956cc95c6e0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d3a4db8577fc625da36b0f167e039956cc95c6e0

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Sat Sep 18 18:49:09 2010 +0800

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.

---

 recipes/gstreamer/gst-plugins-base/make382.patch |   25 ++++++++++++++++++++++
 recipes/gstreamer/gst-plugins-base_0.10.29.bb    |    3 +-
 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 0000000..f41dd76
--- /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 8162197..7931ba1 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"
 





More information about the Openembedded-commits mailing list