mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
830738191b
commit
7fffe9763b
@@ -15,7 +15,7 @@ DEPENDS = "libxml2"
|
||||
|
||||
SRC_URI = "https://download.gnome.org/sources/libxslt/1.1/libxslt-${PV}.tar.xz"
|
||||
|
||||
SRC_URI[sha256sum] = "8247f33e9a872c6ac859aa45018bc4c4d00b97e2feac9eebc10c93ce1f34dd79"
|
||||
SRC_URI[sha256sum] = "3a4b27dc8027ccd6146725950336f1ec520928f320f144eb5fa7990ae6123ab4"
|
||||
|
||||
UPSTREAM_CHECK_REGEX = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar"
|
||||
|
||||
@@ -39,7 +39,7 @@ do_configure:prepend () {
|
||||
touch ${S}/doc/xsltproc.1
|
||||
}
|
||||
|
||||
EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto --with-html-subdir=${BPN}"
|
||||
EXTRA_OECONF = "--without-python --without-debug --without-mem-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