summaryrefslogtreecommitdiff
path: root/meta/recipes-gnome/gtk+/gtk+-2.24.6/doc-fixes.patch
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-09-30 17:33:41 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-14 12:04:29 +0100
commit782ba4d473ee39545a9b464b96564e52de35142e (patch)
treeb33ae40d29c2cbc33cf526d9c6b943160499fe02 /meta/recipes-gnome/gtk+/gtk+-2.24.6/doc-fixes.patch
parent74f43e3b269c01dba7cd5215a8e825229bd5ecff (diff)
downloadopenembedded-core-782ba4d473ee39545a9b464b96564e52de35142e.tar.gz
openembedded-core-782ba4d473ee39545a9b464b96564e52de35142e.tar.bz2
openembedded-core-782ba4d473ee39545a9b464b96564e52de35142e.tar.xz
openembedded-core-782ba4d473ee39545a9b464b96564e52de35142e.zip
gtk+: upgrade to 2.24.6
* older version doesn't build with glib-2.30.0 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta/recipes-gnome/gtk+/gtk+-2.24.6/doc-fixes.patch')
-rw-r--r--meta/recipes-gnome/gtk+/gtk+-2.24.6/doc-fixes.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+-2.24.6/doc-fixes.patch b/meta/recipes-gnome/gtk+/gtk+-2.24.6/doc-fixes.patch
new file mode 100644
index 000000000..74e479fd1
--- /dev/null
+++ b/meta/recipes-gnome/gtk+/gtk+-2.24.6/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 <scott.a.garman@intel.com>
+
+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 \