[oe-commits] org.oe.dev libxslt: add 1.1.21, closes #2701

antti.andreimann commit openembedded-commits at lists.openembedded.org
Thu Aug 2 12:56:36 UTC 2007


libxslt: add 1.1.21, closes #2701

Author: antti.andreimann at mail.ee
Branch: org.openembedded.dev
Revision: 3e6fa3133eb3e0b083126f2c49b96cca79ef89df
ViewMTN: http://monotone.openembedded.org/revision.psp?id=3e6fa3133eb3e0b083126f2c49b96cca79ef89df
Files:
1
packages/libxslt/libxslt-native_1.1.21.bb
packages/libxslt/libxslt_1.1.21.bb
packages/libxslt/libxslt_1.1.17.bb
Diffs:

#
# mt diff -r7f1d1225a3ba5bf3f1caca026034ea32f8779455 -r3e6fa3133eb3e0b083126f2c49b96cca79ef89df
#
# 
# 
# add_file "packages/libxslt/libxslt-native_1.1.21.bb"
#  content [c04b67a448dac013ffcb933403803c98956ce497]
# 
# add_file "packages/libxslt/libxslt_1.1.21.bb"
#  content [670ccbab895c26aa8946b24bc4e4f3c8f472ce84]
# 
# patch "packages/libxslt/libxslt_1.1.17.bb"
#  from [ac2cb98de14221e060f7af634601e47b37836f10]
#    to [930ca00ca2f48ef84fb13e81cfcb4504680eb6c9]
# 
============================================================
--- packages/libxslt/libxslt-native_1.1.21.bb	c04b67a448dac013ffcb933403803c98956ce497
+++ packages/libxslt/libxslt-native_1.1.21.bb	c04b67a448dac013ffcb933403803c98956ce497
@@ -0,0 +1,4 @@
+require libxslt_${PV}.bb
+inherit native
+
+DEPENDS = "libxml2-native (>=2.6.27)"
============================================================
--- packages/libxslt/libxslt_1.1.21.bb	670ccbab895c26aa8946b24bc4e4f3c8f472ce84
+++ packages/libxslt/libxslt_1.1.21.bb	670ccbab895c26aa8946b24bc4e4f3c8f472ce84
@@ -0,0 +1,22 @@
+DESCRIPTION = "GNOME XSLT library"
+SECTION = "libs"
+PRIORITY = "optional"
+DEPENDS = "libxml2 (>=2.6.27)"
+LICENSE = "MIT"
+PR = "r2"
+
+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 --without-crypto"
+
+do_stage () {
+	autotools_stage_all
+}
+
+PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale"
+
+FILES_${PN}-dev += "${bindir}/xslt-config"
+FILES_${PN}-utils += "${bindir}"
============================================================
--- packages/libxslt/libxslt_1.1.17.bb	ac2cb98de14221e060f7af634601e47b37836f10
+++ packages/libxslt/libxslt_1.1.17.bb	930ca00ca2f48ef84fb13e81cfcb4504680eb6c9
@@ -1,9 +1,9 @@ LICENSE = "MIT"
 DESCRIPTION = "GNOME XSLT library"
 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 @@ inherit autotools pkgconfig
 
 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 \






More information about the Openembedded-commits mailing list