aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-system-tools
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2010-01-27 16:08:04 +0000
committerGraeme Gregory <dp@xora.org.uk>2010-01-27 16:08:04 +0000
commit3919422f00cc155d72bbf3b968f220844faf1d28 (patch)
tree99842d0970c72bec9d6a308c2d742800138da7fa /recipes/gnome/gnome-system-tools
parent9d4b913b6d0941cc12ed8853915d40ca2dd6be69 (diff)
downloadopenembedded-3919422f00cc155d72bbf3b968f220844faf1d28.tar.gz
gnome-system-tools_2.27.1.bb : remove building the help docs
I cant get xml2po to work on these sources so remove doc directory from being built. This made recipe much simpler.
Diffstat (limited to 'recipes/gnome/gnome-system-tools')
-rw-r--r--recipes/gnome/gnome-system-tools/remove-docs.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gnome/gnome-system-tools/remove-docs.patch b/recipes/gnome/gnome-system-tools/remove-docs.patch
new file mode 100644
index 0000000000..cb3d78b7db
--- /dev/null
+++ b/recipes/gnome/gnome-system-tools/remove-docs.patch
@@ -0,0 +1,12 @@
+Index: gnome-system-tools-2.27.1/Makefile.am
+===================================================================
+--- gnome-system-tools-2.27.1.orig/Makefile.am
++++ gnome-system-tools-2.27.1/Makefile.am
+@@ -1,6 +1,6 @@
+ ## Process this file with automake to produce Makefile.in
+
+-SUBDIRS = doc icons interfaces pixmaps src po
++SUBDIRS = icons interfaces pixmaps src po
+
+ distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper
+