diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2016-01-11 08:30:34 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-13 00:03:53 +0000 |
commit | a88be02e893fc98404e205b04b5a1aad1e4ab0ee (patch) | |
tree | 7c29aed1d01f292880d45c5684547c6688676917 /meta/recipes-devtools/xmlto/xmlto-0.0.28 | |
parent | 5bf174ee745929a4f80095e9de3621d1ccfc9511 (diff) | |
download | openembedded-core-a88be02e893fc98404e205b04b5a1aad1e4ab0ee.tar.gz openembedded-core-a88be02e893fc98404e205b04b5a1aad1e4ab0ee.tar.bz2 openembedded-core-a88be02e893fc98404e205b04b5a1aad1e4ab0ee.zip |
xmlto: 0.0.26 -> 0.0.28
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.28')
-rw-r--r-- | meta/recipes-devtools/xmlto/xmlto-0.0.28/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-devtools/xmlto/xmlto-0.0.28/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch b/meta/recipes-devtools/xmlto/xmlto-0.0.28/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch new file mode 100644 index 0000000000..6d547a6c99 --- /dev/null +++ b/meta/recipes-devtools/xmlto/xmlto-0.0.28/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch @@ -0,0 +1,30 @@ +configure.in: drop the test of xmllint and xsltproc + +The test is unnecessary, the xmllint and xsltproc were explicitly +added to RDEPENDS. + +Upstream-Status: Inappropriate +Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> +--- + configure.in | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/configure.in b/configure.in +--- a/configure.in ++++ b/configure.in +@@ -42,10 +42,10 @@ AC_ARG_VAR([LOCALE], [Name and path of the `locale' program.]) + AC_PATH_PROG([LOCALE], [locale], [locale]) + + AC_ARG_VAR([XMLLINT], [Name and path of the `xmllint' program.]) +-AC_PATH_PROG([XMLLINT], [xmllint], [xmllint]) ++dnl AC_PATH_PROG([XMLLINT], [xmllint], [xmllint]) + + AC_ARG_VAR([XSLTPROC], [Name and path of the `xsltproc' program.]) +-AC_PATH_PROG([XSLTPROC], [xsltproc], [xsltproc]) ++dnl AC_PATH_PROG([XSLTPROC], [xsltproc], [xsltproc]) + + dnl + dnl toolchains +-- +1.8.1.2 + |