From c9f855e0400dd8050a459bf34f685159218f7e53 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 22 Jun 2012 11:14:13 +0100 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-sato/webkit/files/no-gtkdoc.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta/recipes-sato/webkit/files/no-gtkdoc.patch (limited to 'meta/recipes-sato/webkit/files') 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 + +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`; \ -- cgit v1.2.3-54-g00ecf