summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libtdb/libtdb
diff options
context:
space:
mode:
authorBian Naimeng <biannm@cn.fujitsu.com>2015-06-17 14:43:15 +0900
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-24 14:01:37 +0200
commitffd829b3093a1ad125f9ba1549e6dfcf9814b037 (patch)
tree223cf499097c794f32344cd32549fdf3e31edcbc /meta-oe/recipes-support/libtdb/libtdb
parent41db3b501a79b146815c8ef77a7d284dd4dd7def (diff)
downloadmeta-openembedded-ffd829b3093a1ad125f9ba1549e6dfcf9814b037.tar.gz
libtdb: add new recipe
libtdb is required by samba4 Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
Diffstat (limited to 'meta-oe/recipes-support/libtdb/libtdb')
-rw-r--r--meta-oe/recipes-support/libtdb/libtdb/do-not-check-xsltproc-manpages.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libtdb/libtdb/do-not-check-xsltproc-manpages.patch b/meta-oe/recipes-support/libtdb/libtdb/do-not-check-xsltproc-manpages.patch
new file mode 100644
index 000000000..bcc45c9fc
--- /dev/null
+++ b/meta-oe/recipes-support/libtdb/libtdb/do-not-check-xsltproc-manpages.patch
@@ -0,0 +1,15 @@
1Don't check manpages for xsltproc.
2
3Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
4
5--- tdb-1.3.0.orig/wscript 2015-04-22 09:52:32.366000222 +0900
6+++ tdb-1.3.0/wscript 2015-04-22 09:51:57.720000205 +0900
7@@ -90,7 +90,7 @@ def configure(conf):
8 not conf.env.disable_tdb_mutex_locking):
9 conf.define('USE_TDB_MUTEX_LOCKING', 1)
10
11- conf.CHECK_XSLTPROC_MANPAGES()
12+ conf.find_program('xsltproc', var='XSLTPROC')
13
14 if not conf.env.disable_python:
15 # also disable if we don't have the python libs installed