diff options
Diffstat (limited to 'meta-networking/recipes-support/libtevent/libtevent/do-not-check-xsltproc-manpages.patch')
| -rw-r--r-- | meta-networking/recipes-support/libtevent/libtevent/do-not-check-xsltproc-manpages.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-networking/recipes-support/libtevent/libtevent/do-not-check-xsltproc-manpages.patch b/meta-networking/recipes-support/libtevent/libtevent/do-not-check-xsltproc-manpages.patch deleted file mode 100644 index 1ce4dda1c3..0000000000 --- a/meta-networking/recipes-support/libtevent/libtevent/do-not-check-xsltproc-manpages.patch +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | Don't check manpages for xsltproc. | ||
| 2 | |||
| 3 | Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> | ||
| 4 | |||
| 5 | diff -Nurp tevent-0.9.21.orig/lib/talloc/wscript tevent-0.9.21/lib/talloc/wscript | ||
| 6 | --- tevent-0.9.21.orig/lib/talloc/wscript 2013-09-08 21:24:14.000000000 +0900 | ||
| 7 | +++ tevent-0.9.21/lib/talloc/wscript 2015-04-24 16:28:04.085000230 +0900 | ||
| 8 | @@ -55,7 +55,7 @@ def configure(conf): | ||
| 9 | if conf.env.standalone_talloc: | ||
| 10 | conf.env.TALLOC_COMPAT1 = Options.options.TALLOC_COMPAT1 | ||
| 11 | |||
| 12 | - conf.CHECK_XSLTPROC_MANPAGES() | ||
| 13 | + conf.find_program('xsltproc', var='XSLTPROC') | ||
| 14 | |||
| 15 | if not conf.env.disable_python: | ||
| 16 | # also disable if we don't have the python libs installed | ||
