diff options
author | Ross Burton <ross.burton@intel.com> | 2012-06-22 11:14:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:54:06 +0100 |
commit | c9f855e0400dd8050a459bf34f685159218f7e53 (patch) | |
tree | 612c837b84bc5416581840555b196a2ebe0c46f5 /meta/recipes-sato/webkit/files | |
parent | fac419e07203308b5b4f6f3fb245a562ac976a3b (diff) | |
download | poky-c9f855e0400dd8050a459bf34f685159218f7e53.tar.gz |
webkit-gtk: add 1.8.1 recipe from tarball
License checksums changed as new years were added.
(From OE-Core rev: e6c5f1edcccfc78259caac853361c14ebe6d2677)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit/files')
-rw-r--r-- | meta/recipes-sato/webkit/files/no-gtkdoc.patch | 20 |
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 @@ | |||
1 | make install invokes a gtk-doc tool without checking that we have gtk-doc. | ||
2 | |||
3 | Signed-off-by: Ross Burton <ross.burton@intel.com> | ||
4 | |||
5 | Upstream-Status: Pending (https://bugs.webkit.org/show_bug.cgi?id=91239) | ||
6 | |||
7 | Index: 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`; \ | ||