diff options
author | Tudor Florea <tudor.florea@enea.com> | 2015-10-09 22:59:03 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2015-10-09 22:59:03 +0200 |
commit | 972dcfcdbfe75dcfeb777150c136576cf1a71e99 (patch) | |
tree | 97a61cd7e293d7ae9d56ef7ed0f81253365bb026 /meta/recipes-devtools/xmlto/xmlto-0.0.25/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch | |
download | poky-972dcfcdbfe75dcfeb777150c136576cf1a71e99.tar.gz |
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-devtools/xmlto/xmlto-0.0.25/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch')
-rw-r--r-- | meta/recipes-devtools/xmlto/xmlto-0.0.25/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.25/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch b/meta/recipes-devtools/xmlto/xmlto-0.0.25/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.25/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch | |||
@@ -0,0 +1,30 @@ | |||
1 | configure.in: drop the test of xmllint and xsltproc | ||
2 | |||
3 | The test is unnecessary, the xmllint and xsltproc were explicitly | ||
4 | added to RDEPENDS. | ||
5 | |||
6 | Upstream-Status: oe-specific | ||
7 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | ||
8 | --- | ||
9 | configure.in | 4 ++-- | ||
10 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
11 | |||
12 | diff --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 | -- | ||
29 | 1.8.1.2 | ||
30 | |||