diff options
| author | Joshua Lock <josh@linux.intel.com> | 2010-12-14 17:56:53 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 09:29:11 +0000 |
| commit | c914a02dc7d500be46795e81ce8c2c0795cf3731 (patch) | |
| tree | 15e9d4f8dda68afa382470af69512fbea20c5b28 /meta/recipes-multimedia/gstreamer/gst-plugins/make-382.patch | |
| parent | 6a31a2a89e60a3890239b7ff889b9ee1c249faf5 (diff) | |
| download | poky-c914a02dc7d500be46795e81ce8c2c0795cf3731.tar.gz | |
gst-plugins: fix for make 3.82
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins/make-382.patch')
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins/make-382.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins/make-382.patch b/meta/recipes-multimedia/gstreamer/gst-plugins/make-382.patch new file mode 100644 index 0000000000..28caf076a6 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gst-plugins/make-382.patch | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | Index: gst-plugins-base-0.10.29/common/gtk-doc-plugins.mak | ||
| 2 | =================================================================== | ||
| 3 | --- gst-plugins-base-0.10.29.orig/common/gtk-doc-plugins.mak | ||
| 4 | +++ gst-plugins-base-0.10.29/common/gtk-doc-plugins.mak | ||
| 5 | @@ -352,7 +352,7 @@ dist-hook: dist-check-gtkdoc dist-hook-l | ||
| 6 | -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ | ||
| 7 | -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ | ||
| 8 | cd $(distdir) && rm -f $(DISTCLEANFILES) | ||
| 9 | - -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html | ||
| 10 | + -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html | ||
| 11 | |||
| 12 | .PHONY : dist-hook-local docs | ||
| 13 | |||
| 14 | Index: gst-plugins-base-0.10.29/common/gtk-doc.mak | ||
| 15 | =================================================================== | ||
| 16 | --- gst-plugins-base-0.10.29.orig/common/gtk-doc.mak | ||
| 17 | +++ gst-plugins-base-0.10.29/common/gtk-doc.mak | ||
| 18 | @@ -232,6 +232,6 @@ dist-hook: dist-check-gtkdoc dist-hook-l | ||
| 19 | -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ | ||
| 20 | -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ | ||
| 21 | cd $(distdir) && rm -f $(DISTCLEANFILES) | ||
| 22 | - -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html | ||
| 23 | + -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html | ||
| 24 | |||
| 25 | .PHONY : dist-hook-local docs | ||
