summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libxslt/libxslt_1.1.26.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libxslt/libxslt_1.1.26.bb')
-rw-r--r--meta/recipes-support/libxslt/libxslt_1.1.26.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.26.bb b/meta/recipes-support/libxslt/libxslt_1.1.26.bb
index 8986e20723..e4cc21472b 100644
--- a/meta/recipes-support/libxslt/libxslt_1.1.26.bb
+++ b/meta/recipes-support/libxslt/libxslt_1.1.26.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://Copyright;md5=0cd9a07afbeb24026c9b03aecfeba458"
7 7
8SECTION = "libs" 8SECTION = "libs"
9DEPENDS = "libxml2" 9DEPENDS = "libxml2"
10PR = "r7" 10PR = "r8"
11 11
12SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \ 12SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \
13 file://pkgconfig_fix.patch" 13 file://pkgconfig_fix.patch"
@@ -18,6 +18,11 @@ S = "${WORKDIR}/libxslt-${PV}"
18 18
19inherit autotools pkgconfig binconfig lib_package 19inherit autotools pkgconfig binconfig lib_package
20 20
21# We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header
22do_configure_prepend () {
23 sed -i -e 's/ansidecl.h//' ${S}/configure.in
24}
25
21EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto" 26EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto"
22# older versions of this recipe had ${PN}-utils 27# older versions of this recipe had ${PN}-utils
23RPROVIDES_${PN}-bin += "${PN}-utils" 28RPROVIDES_${PN}-bin += "${PN}-utils"