[oe-commits] org.oe.dev libxslt 1.1.12: Disable searching for libgcrypt. Currently it will either

lenehan commit openembedded-commits at lists.openembedded.org
Fri Sep 29 03:34:47 UTC 2006


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.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: d1f9fa6ed63f547a77683fba48b588fa1bc6f818
ViewMTN: http://monotone.openembedded.org/revision.psp?id=d1f9fa6ed63f547a77683fba48b588fa1bc6f818
Files:
1
packages/libxslt/libxslt_1.1.12.bb
Diffs:

#
# mt diff -r15f3b54810503684d57bceb117473b11cb800c45 -rd1f9fa6ed63f547a77683fba48b588fa1bc6f818
#
# 
# 
# patch "packages/libxslt/libxslt_1.1.12.bb"
#  from [91f5bfaa8fcf4b0b528320fb927fe6590258b2d4]
#    to [136fc333a44b961bc69227893baae7c32acc893b]
# 
============================================================
--- packages/libxslt/libxslt_1.1.12.bb	91f5bfaa8fcf4b0b528320fb927fe6590258b2d4
+++ packages/libxslt/libxslt_1.1.12.bb	136fc333a44b961bc69227893baae7c32acc893b
@@ -1,15 +1,16 @@ LICENSE = "MIT"
 DESCRIPTION = "GNOME XSLT library"
 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