mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
libxslt: 1.1.39 -> 1.1.42
Remove mem-debug option [1]
[1] c65a7c05f9
(From OE-Core rev: 25120a49a4f3175df3e6b73d426f96acd47979fe)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -15,7 +15,7 @@ DEPENDS = "libxml2"
|
||||
|
||||
SRC_URI = "https://download.gnome.org/sources/libxslt/1.1/libxslt-${PV}.tar.xz"
|
||||
|
||||
SRC_URI[sha256sum] = "2a20ad621148339b0759c4d4e96719362dee64c9a096dbba625ba053846349f0"
|
||||
SRC_URI[sha256sum] = "85ca62cac0d41fc77d3f6033da9df6fd73d20ea2fc18b0a3609ffb4110e1baeb"
|
||||
|
||||
UPSTREAM_CHECK_REGEX = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar"
|
||||
|
||||
@@ -37,7 +37,7 @@ do_configure:prepend () {
|
||||
touch ${S}/doc/xsltproc.1
|
||||
}
|
||||
|
||||
EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto"
|
||||
EXTRA_OECONF = "--without-python --without-debug --without-crypto"
|
||||
# older versions of this recipe had ${PN}-utils
|
||||
RPROVIDES:${PN}-bin += "${PN}-utils"
|
||||
RCONFLICTS:${PN}-bin += "${PN}-utils"
|
||||
Reference in New Issue
Block a user