summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/xmlto/xmlto-0.0.26/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2015-01-09 19:09:39 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-23 11:36:30 +0000
commite758eb535cb1a0ac1afb58b86065b5f535b01677 (patch)
tree1a034b59a46ede6d36a4fc3dc629e12ad0d5358b /meta/recipes-devtools/xmlto/xmlto-0.0.26/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch
parent0421c67c02273ff49db63c5b6c25db3292032038 (diff)
downloadpoky-e758eb535cb1a0ac1afb58b86065b5f535b01677.tar.gz
xmlto: upgrade to 0.0.25
Drop obsolete_automake_macros.patch, it has been merged to 0.0.25 (From OE-Core rev: fc96d1443213f189b5fbfb25f2c1d23d6fbd6d92) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/xmlto/xmlto-0.0.26/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch')
-rw-r--r--meta/recipes-devtools/xmlto/xmlto-0.0.26/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-devtools/xmlto/xmlto-0.0.26/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch b/meta/recipes-devtools/xmlto/xmlto-0.0.26/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch
new file mode 100644
index 0000000000..69ca43221c
--- /dev/null
+++ b/meta/recipes-devtools/xmlto/xmlto-0.0.26/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch
@@ -0,0 +1,30 @@
1configure.in: drop the test of xmllint and xsltproc
2
3The test is unnecessary, the xmllint and xsltproc were explicitly
4added to RDEPENDS.
5
6Upstream-Status: oe-specific
7Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
8---
9 configure.in | 4 ++--
10 1 file changed, 2 insertions(+), 2 deletions(-)
11
12diff --git a/configure.in b/configure.in
13--- a/configure.in
14+++ b/configure.in
15@@ -42,10 +42,10 @@ AC_ARG_VAR([LOCALE], [Name and path of the `locale' program.])
16 AC_PATH_PROG([LOCALE], [locale], [locale])
17
18 AC_ARG_VAR([XMLLINT], [Name and path of the `xmllint' program.])
19-AC_PATH_PROG([XMLLINT], [xmllint], [xmllint])
20+dnl AC_PATH_PROG([XMLLINT], [xmllint], [xmllint])
21
22 AC_ARG_VAR([XSLTPROC], [Name and path of the `xsltproc' program.])
23-AC_PATH_PROG([XSLTPROC], [xsltproc], [xsltproc])
24+dnl AC_PATH_PROG([XSLTPROC], [xsltproc], [xsltproc])
25
26 dnl
27 dnl toolchains
28--
291.8.1.2
30