summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libxslt
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-10-27 22:16:09 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-29 16:28:36 +0100
commit7fffe9763b53635d96d6e3af3b8b6b918f6217f8 (patch)
tree435ccb857b086a08c77d505d96aa7bed45d50913 /meta/recipes-support/libxslt
parent830738191b7857e367a6f298cfb75488ed9daa3c (diff)
downloadpoky-7fffe9763b53635d96d6e3af3b8b6b918f6217f8.tar.gz
libxslt: upgrade 1.1.35 -> 1.1.37
Drop the no longer supported option. (From OE-Core rev: 587c24b7d77730bfeaf6c926e36f143e71cfb229) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libxslt')
-rw-r--r--meta/recipes-support/libxslt/libxslt_1.1.37.bb (renamed from meta/recipes-support/libxslt/libxslt_1.1.35.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.35.bb b/meta/recipes-support/libxslt/libxslt_1.1.37.bb
index 2fd777766c..361bb0f8dc 100644
--- a/meta/recipes-support/libxslt/libxslt_1.1.35.bb
+++ b/meta/recipes-support/libxslt/libxslt_1.1.37.bb
@@ -15,7 +15,7 @@ DEPENDS = "libxml2"
15 15
16SRC_URI = "https://download.gnome.org/sources/libxslt/1.1/libxslt-${PV}.tar.xz" 16SRC_URI = "https://download.gnome.org/sources/libxslt/1.1/libxslt-${PV}.tar.xz"
17 17
18SRC_URI[sha256sum] = "8247f33e9a872c6ac859aa45018bc4c4d00b97e2feac9eebc10c93ce1f34dd79" 18SRC_URI[sha256sum] = "3a4b27dc8027ccd6146725950336f1ec520928f320f144eb5fa7990ae6123ab4"
19 19
20UPSTREAM_CHECK_REGEX = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar" 20UPSTREAM_CHECK_REGEX = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar"
21 21
@@ -39,7 +39,7 @@ do_configure:prepend () {
39 touch ${S}/doc/xsltproc.1 39 touch ${S}/doc/xsltproc.1
40} 40}
41 41
42EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto --with-html-subdir=${BPN}" 42EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto"
43# older versions of this recipe had ${PN}-utils 43# older versions of this recipe had ${PN}-utils
44RPROVIDES:${PN}-bin += "${PN}-utils" 44RPROVIDES:${PN}-bin += "${PN}-utils"
45RCONFLICTS:${PN}-bin += "${PN}-utils" 45RCONFLICTS:${PN}-bin += "${PN}-utils"