summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"