summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@openwide.fr>2015-05-12 00:09:52 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-15 00:52:02 +0200
commit5eb5f2710c2451d7e35dd600e6ced835efb9dda5 (patch)
tree8179be9bc51568b49ecf5b7c56fad55ae1e0559c /package
parent0291f7c22015a1c04bbddeaf71c75bad38b5e317 (diff)
package/libmemcached: disable documentation
libmemcached fail to build the documentation/man due to an python sphinx error. Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r--package/libmemcached/0004-disable-doc-and-man.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/package/libmemcached/0004-disable-doc-and-man.patch b/package/libmemcached/0004-disable-doc-and-man.patch
new file mode 100644
index 000000000..960509589
--- /dev/null
+++ b/package/libmemcached/0004-disable-doc-and-man.patch
@@ -0,0 +1,37 @@
+From 6c01bd3562cc18fbafdf950bbeb73a399c1adcdd Mon Sep 17 00:00:00 2001
+From: Romain Naour <romain.naour@openwide.fr>
+Date: Tue, 12 May 2015 00:00:02 +0200
+Subject: [PATCH] disable doc and man
+
+WARNING: master file /home/naourr/git/buildroot/test/libmemcached-bfin/build/libmemcached-1.0.18/docs/index.rst not found
+
+Exception occurred:
+ File "/usr/lib/python2.7/site-packages/sphinx/environment.py", line 1213, in get_doctree
+ f = open(doctree_filename, 'rb')
+IOError: [Errno 2] No such file or directory: '/home/naourr/buildroot-test/test/libmemcached-bfin/build/libmemcached-1.0.18/man/.doctrees/hashkit_create.doctree'
+The full traceback has been saved in /tmp/sphinx-err-JCIsnB.log, if you want to report the issue to the developers.
+Please also report this if it was a user error, so that a better error message can be provided next time.
+Either send bugs to the mailing list at <http://groups.google.com/group/sphinx-dev/>,
+or report them in the tracker at <http://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks!
+
+Signed-off-by: Romain Naour <romain.naour@openwide.fr>
+---
+ Makefile.am | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 7f44102..cb7d058 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -55,8 +55,6 @@ endif
+ include libmemcachedutil-1.0/include.am
+
+ include clients/include.am
+-include docs/include.am
+-include man/include.am
+
+ if BUILD_LIBMEMCACHED_PROTOCOL
+ include example/include.am
+--
+1.9.3
+