summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/files/no-gtkdoc.patch
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2014-06-26 14:36:22 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2014-06-26 15:32:53 +0200
commitf4cf9fe05bb3f32fabea4e54dd92d368967a80da (patch)
tree487180fa9866985ea7b28e625651765d86f515c3 /meta/recipes-sato/webkit/files/no-gtkdoc.patch
downloadpoky-f4cf9fe05bb3f32fabea4e54dd92d368967a80da.tar.gz
initial commit for Enea Linux 4.0
Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta/recipes-sato/webkit/files/no-gtkdoc.patch')
-rw-r--r--meta/recipes-sato/webkit/files/no-gtkdoc.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/files/no-gtkdoc.patch b/meta/recipes-sato/webkit/files/no-gtkdoc.patch
new file mode 100644
index 0000000000..4eb09dc0e2
--- /dev/null
+++ b/meta/recipes-sato/webkit/files/no-gtkdoc.patch
@@ -0,0 +1,20 @@
1make install invokes a gtk-doc tool without checking that we have gtk-doc.
2
3Signed-off-by: Ross Burton <ross.burton@intel.com>
4
5Upstream-Status: Pending (https://bugs.webkit.org/show_bug.cgi?id=91239)
6
7Index: webkit-1.8.1/Tools/GNUmakefile.am
8===================================================================
9--- webkit-1.8.1.orig/Tools/GNUmakefile.am
10+++ webkit-1.8.1/Tools/GNUmakefile.am
11@@ -330,7 +330,9 @@ if ENABLE_WEBKIT2
12 fi; \
13 fi
14 endif
15+if ENABLE_GTK_DOC
16 @$(AM_V_GEN)$(PYTHON) $(srcdir)/Tools/gtk/generate-gtkdoc --rebase --virtual-root=$${DESTDIR}
17+endif
18
19 uninstall-local:
20 @DOC_MODULE_VERSION=`cat ./Documentation/webkitgtk/version.xml`; \