summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/xmlto/xmlto-0.0.25
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/xmlto/xmlto-0.0.25')
-rw-r--r--meta/recipes-devtools/xmlto/xmlto-0.0.25/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch30
-rw-r--r--meta/recipes-devtools/xmlto/xmlto-0.0.25/obsolete_automake_macros.patch12
2 files changed, 0 insertions, 42 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
deleted file mode 100644
index 69ca43221c..0000000000
--- a/meta/recipes-devtools/xmlto/xmlto-0.0.25/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch
+++ /dev/null
@@ -1,30 +0,0 @@
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
diff --git a/meta/recipes-devtools/xmlto/xmlto-0.0.25/obsolete_automake_macros.patch b/meta/recipes-devtools/xmlto/xmlto-0.0.25/obsolete_automake_macros.patch
deleted file mode 100644
index faa8acce89..0000000000
--- a/meta/recipes-devtools/xmlto/xmlto-0.0.25/obsolete_automake_macros.patch
+++ /dev/null
@@ -1,12 +0,0 @@
1diff -Nurd xmlto-0.0.25/configure.in xmlto-0.0.25/configure.in
2--- xmlto-0.0.25/configure.in 2011-12-01 17:49:00.000000000 +0200
3+++ xmlto-0.0.25/configure.in 2013-01-07 05:24:16.169953519 +0200
4@@ -1,7 +1,7 @@
5 AC_INIT(xmlto, 0.0.25)
6 AC_CONFIG_SRCDIR(xmlto.spec.in)
7 AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects 1.6])
8-AM_CONFIG_HEADER(config.h)
9+AC_CONFIG_HEADERS(config.h)
10
11 AC_PROG_CC
12 AM_PROG_CC_C_O