[oe-commits] pieterg : libxslt: configure without crypto support, to avoid dragging in libgcrypt and libgpg-error

GIT User account git at amethyst.openembedded.net
Mon Nov 10 21:35:46 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dreambox
Commit: 11aea884fa908a48744852c34a1dd3eb679583ea
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=11aea884fa908a48744852c34a1dd3eb679583ea

Author: pieterg <pieterg at gmx.com>
Date:   Mon Nov 10 15:55:47 2008 +0100

libxslt: configure without crypto support, to avoid dragging in libgcrypt and libgpg-error

---

 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 b98a3c5..5201a0a 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 \





More information about the Openembedded-commits mailing list