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:48:04 +0100 |
commit | e6c5f1edcccfc78259caac853361c14ebe6d2677 (patch) | |
tree | 078dcbd5922dccd6322135a2aad08ce190910a1b /meta/recipes-sato/webkit/files | |
parent | a7a07aff69d4bb44410721eecf33a60ac2166328 (diff) | |
download | openembedded-core-e6c5f1edcccfc78259caac853361c14ebe6d2677.tar.gz openembedded-core-e6c5f1edcccfc78259caac853361c14ebe6d2677.tar.bz2 openembedded-core-e6c5f1edcccfc78259caac853361c14ebe6d2677.zip |
webkit-gtk: add 1.8.1 recipe from tarball
License checksums changed as new years were added.
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 @@ +make install invokes a gtk-doc tool without checking that we have gtk-doc. + +Signed-off-by: Ross Burton <ross.burton@intel.com> + +Upstream-Status: Pending (https://bugs.webkit.org/show_bug.cgi?id=91239) + +Index: webkit-1.8.1/Tools/GNUmakefile.am +=================================================================== +--- webkit-1.8.1.orig/Tools/GNUmakefile.am ++++ webkit-1.8.1/Tools/GNUmakefile.am +@@ -330,7 +330,9 @@ if ENABLE_WEBKIT2 + fi; \ + fi + endif ++if ENABLE_GTK_DOC + @$(AM_V_GEN)$(PYTHON) $(srcdir)/Tools/gtk/generate-gtkdoc --rebase --virtual-root=$${DESTDIR} ++endif + + uninstall-local: + @DOC_MODULE_VERSION=`cat ./Documentation/webkitgtk/version.xml`; \ |