From 8fc07ca039c417d86ff7e3d4d1fd41dc04217d7d Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Tue, 14 Dec 2010 15:39:42 +0000 Subject: gstreamer: fix to comply with make 3.82's stricter parser Signed-off-by: Joshua Lock --- .../gstreamer/gstreamer-0.10.30/make-382.patch | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/make-382.patch (limited to 'meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/make-382.patch') diff --git a/meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/make-382.patch b/meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/make-382.patch new file mode 100644 index 000000000..1af2a8132 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/make-382.patch @@ -0,0 +1,32 @@ +The whitespaces instead of tabs here cause the new, stricter, parser in make +3.82 to barf on the doc makefiles. + +This patch should no longer be required in more recent gstreamer version + +JL - 14/12/10 + +Index: gstreamer-0.10.29/common/gtk-doc.mak +=================================================================== +--- gstreamer-0.10.29.orig/common/gtk-doc.mak ++++ gstreamer-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: gstreamer-0.10.29/common/gtk-doc-plugins.mak +=================================================================== +--- gstreamer-0.10.29.orig/common/gtk-doc-plugins.mak ++++ gstreamer-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 + -- cgit v1.2.3