summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-09-05 11:19:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-08 14:59:39 +0100
commit1e73562ea7472604094cd084ae8f208a38dab545 (patch)
tree80e75d88070c630d4ebd7659b0dc82f6fe69976c /meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
parentbdd91aa3886fb9c1115e69bd4bf7d03bfaf0720b (diff)
downloadpoky-1e73562ea7472604094cd084ae8f208a38dab545.tar.gz
xmlto: remove redundant patches
0001-Skip-validating-xmlto-output isn't needed as xmllint will use the local catalogues correctly now[1]. configure.in-drop-the-test-of-xmllint-and-xsltproc can be dropped if we pre-load the result of AC_PATH_PROG with ac_cv_path_XMLLINT. [1] oe-core 8159b47e7ddddaca57ade2ecf24d8ff9a0abf26a (From OE-Core rev: 0fecb0c86303cb0b54c0f3986176b27f0647d6a3) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/xmlto/xmlto_0.0.28.bb')
-rw-r--r--meta/recipes-devtools/xmlto/xmlto_0.0.28.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
index 373eca2454..5e3fac7a60 100644
--- a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
+++ b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
@@ -8,10 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
8 8
9SRCREV = "6fa6a0e07644f20abf2596f78a60112713e11cbe" 9SRCREV = "6fa6a0e07644f20abf2596f78a60112713e11cbe"
10UPSTREAM_CHECK_COMMITS = "1" 10UPSTREAM_CHECK_COMMITS = "1"
11SRC_URI = "git://pagure.io/xmlto.git;protocol=https;branch=master \ 11SRC_URI = "git://pagure.io/xmlto.git;protocol=https;branch=master"
12 file://configure.in-drop-the-test-of-xmllint-and-xsltproc.patch \
13 file://0001-Skip-validating-xmlto-output.patch \
14"
15S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
16 13
17PV .= "+0.0.29+git${SRCPV}" 14PV .= "+0.0.29+git${SRCPV}"
@@ -34,11 +31,11 @@ RDEPENDS:${PN}:append:class-target = " \
34 libxslt-bin \ 31 libxslt-bin \
35 coreutils \ 32 coreutils \
36" 33"
37CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=tail ac_cv_path_GREP=grep" 34CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=tail ac_cv_path_GREP=grep ac_cv_path_XMLLINT=xmllint ac_cv_path_XSLTPROC=xsltproc"
38 35
39BBCLASSEXTEND = "native" 36BBCLASSEXTEND = "native"
40 37
41EXTRA_OECONF:append = " BASH=/bin/bash GCP=/bin/cp XMLLINT=xmllint XSLTPROC=xsltproc" 38EXTRA_OECONF:append = " BASH=/bin/bash GCP=/bin/cp"
42 39
43do_configure:prepend() { 40do_configure:prepend() {
44 (cd ${S} && flex -o xmlif/xmlif.c xmlif/xmlif.l) 41 (cd ${S} && flex -o xmlif/xmlif.c xmlif/xmlif.l)