diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-26 08:28:58 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-26 08:37:33 +0100 |
commit | 72d20d2be3dacb05059ddccdcedda86697786752 (patch) | |
tree | d2ebb27130b122b92867301c64d8a09adc2bc846 /recipes/libxslt/libxslt_1.1.21.bb | |
parent | 2493fb3e3287c35d3fda037c1dbf2cfd0894ab37 (diff) |
libxslt: introduce libxslt.inc, move checksums to recipe, add 1.1.26
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/libxslt/libxslt_1.1.21.bb')
-rw-r--r-- | recipes/libxslt/libxslt_1.1.21.bb | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/recipes/libxslt/libxslt_1.1.21.bb b/recipes/libxslt/libxslt_1.1.21.bb index 282918e83e..34b5860357 100644 --- a/recipes/libxslt/libxslt_1.1.21.bb +++ b/recipes/libxslt/libxslt_1.1.21.bb @@ -1,22 +1,9 @@ -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" +require libxslt.inc +PR = "${INC_PR}.0" 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}" +SRC_URI[archive.md5sum] = "59fe34e85692f71df2a38c2ee291b3ca" +SRC_URI[archive.sha256sum] = "ccefd4ceb29bb729dcaa9a9d4a86654a9134adfd29bdd72be1a9d3726efb54e0" |