diff options
author | hongxu <hongxu.jia@eng.windriver.com> | 2024-08-23 09:48:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-23 22:43:27 +0100 |
commit | 904c24652b1cb0d00a71dd90080410a6c788f654 (patch) | |
tree | b952d0b6cc56cdbcd90411b173b1f22a64ac0687 | |
parent | c1ee5dce8f72fdbf288434d7d901bd3e6d98d9a7 (diff) | |
download | poky-904c24652b1cb0d00a71dd90080410a6c788f654.tar.gz |
libxslt: 1.1.39 -> 1.1.42
Remove mem-debug option [1]
[1] https://gitlab.gnome.org/GNOME/libxslt/-/commit/c65a7c05f98ea4e9fae1247510b45db9dd3ec907
(From OE-Core rev: 25120a49a4f3175df3e6b73d426f96acd47979fe)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/libxslt/libxslt_1.1.42.bb (renamed from meta/recipes-support/libxslt/libxslt_1.1.39.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.39.bb b/meta/recipes-support/libxslt/libxslt_1.1.42.bb index 2cc0c84bec..9985dd8827 100644 --- a/meta/recipes-support/libxslt/libxslt_1.1.39.bb +++ b/meta/recipes-support/libxslt/libxslt_1.1.42.bb | |||
@@ -15,7 +15,7 @@ DEPENDS = "libxml2" | |||
15 | 15 | ||
16 | SRC_URI = "https://download.gnome.org/sources/libxslt/1.1/libxslt-${PV}.tar.xz" | 16 | SRC_URI = "https://download.gnome.org/sources/libxslt/1.1/libxslt-${PV}.tar.xz" |
17 | 17 | ||
18 | SRC_URI[sha256sum] = "2a20ad621148339b0759c4d4e96719362dee64c9a096dbba625ba053846349f0" | 18 | SRC_URI[sha256sum] = "85ca62cac0d41fc77d3f6033da9df6fd73d20ea2fc18b0a3609ffb4110e1baeb" |
19 | 19 | ||
20 | UPSTREAM_CHECK_REGEX = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar" | 20 | UPSTREAM_CHECK_REGEX = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar" |
21 | 21 | ||
@@ -37,7 +37,7 @@ do_configure:prepend () { | |||
37 | touch ${S}/doc/xsltproc.1 | 37 | touch ${S}/doc/xsltproc.1 |
38 | } | 38 | } |
39 | 39 | ||
40 | EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto" | 40 | EXTRA_OECONF = "--without-python --without-debug --without-crypto" |
41 | # older versions of this recipe had ${PN}-utils | 41 | # older versions of this recipe had ${PN}-utils |
42 | RPROVIDES:${PN}-bin += "${PN}-utils" | 42 | RPROVIDES:${PN}-bin += "${PN}-utils" |
43 | RCONFLICTS:${PN}-bin += "${PN}-utils" | 43 | RCONFLICTS:${PN}-bin += "${PN}-utils" |