diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-12-14 15:39:42 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-16 17:36:00 +0000 |
commit | 8fc07ca039c417d86ff7e3d4d1fd41dc04217d7d (patch) | |
tree | 35ba700f69e4c4631b2dccba84870ef11292cc44 /meta/recipes-multimedia/gstreamer/gstreamer-0.10.30 | |
parent | ece252c42aac034a91c1d5d01c108badec1a97d8 (diff) | |
download | poky-8fc07ca039c417d86ff7e3d4d1fd41dc04217d7d.tar.gz |
gstreamer: fix to comply with make 3.82's stricter parser
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer-0.10.30')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/make-382.patch | 32 |
1 files changed, 32 insertions, 0 deletions
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 0000000000..1af2a81325 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/make-382.patch | |||
@@ -0,0 +1,32 @@ | |||
1 | The whitespaces instead of tabs here cause the new, stricter, parser in make | ||
2 | 3.82 to barf on the doc makefiles. | ||
3 | |||
4 | This patch should no longer be required in more recent gstreamer version | ||
5 | |||
6 | JL - 14/12/10 | ||
7 | |||
8 | Index: gstreamer-0.10.29/common/gtk-doc.mak | ||
9 | =================================================================== | ||
10 | --- gstreamer-0.10.29.orig/common/gtk-doc.mak | ||
11 | +++ gstreamer-0.10.29/common/gtk-doc.mak | ||
12 | @@ -232,6 +232,6 @@ dist-hook: dist-check-gtkdoc dist-hook-l | ||
13 | -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ | ||
14 | -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ | ||
15 | cd $(distdir) && rm -f $(DISTCLEANFILES) | ||
16 | - -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html | ||
17 | + -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html | ||
18 | |||
19 | .PHONY : dist-hook-local docs | ||
20 | Index: gstreamer-0.10.29/common/gtk-doc-plugins.mak | ||
21 | =================================================================== | ||
22 | --- gstreamer-0.10.29.orig/common/gtk-doc-plugins.mak | ||
23 | +++ gstreamer-0.10.29/common/gtk-doc-plugins.mak | ||
24 | @@ -352,7 +352,7 @@ dist-hook: dist-check-gtkdoc dist-hook-l | ||
25 | -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ | ||
26 | -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ | ||
27 | cd $(distdir) && rm -f $(DISTCLEANFILES) | ||
28 | - -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html | ||
29 | + -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html | ||
30 | |||
31 | .PHONY : dist-hook-local docs | ||
32 | |||