diff options
author | hongxu <hongxu.jia@eng.windriver.com> | 2024-08-23 09:48:05 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-23 22:43:27 +0100 |
commit | c4c681cdd7d3b92efa1155b42b1471a067edbe21 (patch) | |
tree | 62afe39237eb975956757894a7f8ef3c9893a601 /meta/recipes-devtools/xmlto | |
parent | 904c24652b1cb0d00a71dd90080410a6c788f654 (diff) | |
download | poky-c4c681cdd7d3b92efa1155b42b1471a067edbe21.tar.gz |
xmlto: 0.0.28 -> 0.0.29
* Do not tweak var-PV in recipe
* Rename variable BASH to XMLTO_BASH_PATH [1]
[1] https://pagure.io/xmlto/c/5030f081b0e2d94d791b62ee6da0831026cf57e0?branch=master
(From OE-Core rev: 7b603b7c2613993bcad3038af0dfd131a38972d3)
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')
-rw-r--r-- | meta/recipes-devtools/xmlto/xmlto_0.0.29.bb (renamed from meta/recipes-devtools/xmlto/xmlto_0.0.28.bb) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.29.bb index d5a0e69849..4e969fc12f 100644 --- a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb +++ b/meta/recipes-devtools/xmlto/xmlto_0.0.29.bb | |||
@@ -6,13 +6,11 @@ LICENSE = "GPL-2.0-only" | |||
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
8 | 8 | ||
9 | SRCREV = "6fa6a0e07644f20abf2596f78a60112713e11cbe" | 9 | SRCREV = "74862a684907ada3d4ed2ce0f8111adf626e1456" |
10 | UPSTREAM_CHECK_COMMITS = "1" | 10 | UPSTREAM_CHECK_COMMITS = "1" |
11 | SRC_URI = "git://pagure.io/xmlto.git;protocol=https;branch=master" | 11 | SRC_URI = "git://pagure.io/xmlto.git;protocol=https;branch=master" |
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | PV .= "+0.0.29+git" | ||
15 | |||
16 | inherit autotools | 14 | inherit autotools |
17 | 15 | ||
18 | CLEANBROKEN = "1" | 16 | CLEANBROKEN = "1" |
@@ -35,7 +33,7 @@ CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=tail ac_cv_path_GREP=grep ac_cv_path_XM | |||
35 | 33 | ||
36 | BBCLASSEXTEND = "native" | 34 | BBCLASSEXTEND = "native" |
37 | 35 | ||
38 | EXTRA_OECONF:append = " BASH=/bin/bash GCP=/bin/cp" | 36 | EXTRA_OECONF:append = " XMLTO_BASH_PATH=/bin/bash GCP=/bin/cp" |
39 | 37 | ||
40 | do_configure:prepend() { | 38 | do_configure:prepend() { |
41 | (cd ${S} && flex -o xmlif/xmlif.c xmlif/xmlif.l) | 39 | (cd ${S} && flex -o xmlif/xmlif.c xmlif/xmlif.l) |