From f07123eb47d392c0a4afbf881ef1ba5c06cafe3c Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Fri, 16 Aug 2013 11:07:50 +0300 Subject: gtk+: update to upstream version 2.24.20 (From OE-Core rev: 176e5c5bfdeb2529cc40e35870ac49d75439dfeb) Signed-off-by: Marko Lindqvist Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../gtk+/gtk+-2.24.20/doc-fixes.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta/recipes-gnome/gtk+/gtk+-2.24.20/doc-fixes.patch (limited to 'meta/recipes-gnome/gtk+/gtk+-2.24.20/doc-fixes.patch') diff --git a/meta/recipes-gnome/gtk+/gtk+-2.24.20/doc-fixes.patch b/meta/recipes-gnome/gtk+/gtk+-2.24.20/doc-fixes.patch new file mode 100644 index 0000000000..74e479fd1b --- /dev/null +++ b/meta/recipes-gnome/gtk+/gtk+-2.24.20/doc-fixes.patch @@ -0,0 +1,22 @@ +There are issues building the gtk+ tutorial and faq documentation. +Since they were removed in gtk+ upstream and are superfluous in +embedded applications, just don't build them. + +Thanks to Joshua Lock for suggesting this approach. + +Signed-off-by: Scott Garman + +Upstream-Status: Inappropriate [embedded specific] + +diff -urN gtk+-2.22.1.orig/docs/Makefile.am gtk+-2.22.1/docs/Makefile.am +--- gtk+-2.22.1.orig/docs/Makefile.am 2010-11-15 04:13:09.000000000 -0800 ++++ gtk+-2.22.1/docs/Makefile.am 2011-02-23 19:25:16.914815097 -0800 +@@ -1,7 +1,7 @@ + ## Process this file with automake to produce Makefile.in + include $(top_srcdir)/Makefile.decl + +-SUBDIRS = tutorial faq reference tools ++SUBDIRS = reference tools + + EXTRA_DIST += \ + defsformat.txt \ -- cgit v1.2.3-54-g00ecf