diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-09-28 23:51:13 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-09-28 23:51:13 +0000 |
commit | ed2839b63153f9a448503df962b925f0a437d7b5 (patch) | |
tree | 6c8dfca750ad33ab746a1942ff9e10954271ce3b /packages/libxslt | |
parent | 7842deab11a4c6bfcf248783707667223432e3c9 (diff) |
libxslt 1.1.12: Disable searching for libgcrypt. Currently it will either
include or not include it depending on if it has been built and if an OE
version hasn't been built but a host version is installed it'll try and link
with the host version. Closes #1160.
Diffstat (limited to 'packages/libxslt')
-rw-r--r-- | packages/libxslt/libxslt_1.1.12.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/libxslt/libxslt_1.1.12.bb b/packages/libxslt/libxslt_1.1.12.bb index b98a3c54e8..5201a0ab4b 100644 --- a/packages/libxslt/libxslt_1.1.12.bb +++ b/packages/libxslt/libxslt_1.1.12.bb @@ -3,13 +3,14 @@ SECTION = "libs" PRIORITY = "optional" DEPENDS = "libxml2" LICENSE = "MIT" +PR = "r1" SRC_URI = "ftp://xmlsoft.org/libxml2/libxslt-${PV}.tar.gz" S = "${WORKDIR}/libxslt-${PV}" inherit autotools pkgconfig -EXTRA_OECONF = "--without-python --without-debug --without-mem-debug" +EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto" xsltheaders = "attributes.h documents.h extensions.h extra.h functions.h imports.h \ keys.h namespaces.h numbersInternals.h pattern.h preproc.h security.h \ |