aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-gnome/gtk+/gtk+/doc-fixes.patch
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-07-11 11:04:20 +0100
committerKhem Raj <raj.khem@gmail.com>2019-07-11 14:01:28 -0700
commit4362a953e4ee50314ccdd994cb7cf625ee988441 (patch)
tree3a336e3af0b7ec4ce981f0d679bbdc271efcbd30 /meta-oe/recipes-gnome/gtk+/gtk+/doc-fixes.patch
parentb0f86ee5a98d197afe32f1325d92ea2fa2e4b56d (diff)
downloadmeta-openembedded-contrib-4362a953e4ee50314ccdd994cb7cf625ee988441.tar.gz
gtk+: add (from oe-core)
This is GTK+ 2, which is obsolete. It has just been removed from oe-core, so add it into meta-oe for any remaining users. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-gnome/gtk+/gtk+/doc-fixes.patch')
-rw-r--r--meta-oe/recipes-gnome/gtk+/gtk+/doc-fixes.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-gnome/gtk+/gtk+/doc-fixes.patch b/meta-oe/recipes-gnome/gtk+/gtk+/doc-fixes.patch
new file mode 100644
index 0000000000..74e479fd1b
--- /dev/null
+++ b/meta-oe/recipes-gnome/gtk+/gtk+/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 \