diff options
author | Antti Andreimann <antti.andreimann@mail.ee> | 2007-08-02 12:18:48 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-02 12:18:48 +0000 |
commit | ebbc8e98fe2f3c7a4ce94050604d9f1df6d5793d (patch) | |
tree | 27002c97fc5352454ec2bc7d444ca3a4959cdc8c /packages/libxslt/libxslt_1.1.17.bb | |
parent | ea0f8284c9d5a67c183236d655b3e7c068767365 (diff) |
libxslt: add 1.1.21, closes #2701
Diffstat (limited to 'packages/libxslt/libxslt_1.1.17.bb')
-rw-r--r-- | packages/libxslt/libxslt_1.1.17.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/libxslt/libxslt_1.1.17.bb b/packages/libxslt/libxslt_1.1.17.bb index 7abd2c30b6..2ae61eeaf5 100644 --- a/packages/libxslt/libxslt_1.1.17.bb +++ b/packages/libxslt/libxslt_1.1.17.bb @@ -3,7 +3,7 @@ SECTION = "libs" PRIORITY = "optional" DEPENDS = "libxml2" LICENSE = "MIT" -PR = "r2" +PR = "r3" SRC_URI = "ftp://xmlsoft.org/libxml2/libxslt-${PV}.tar.gz \ file://destdir.patch;patch=1" @@ -11,7 +11,7 @@ S = "${WORKDIR}/libxslt-${PV}" inherit autotools pkgconfig -EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto" +EXTRA_OECONF = "--without-python --without-plugins --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 \ |