libxslt: Update to 1.1.26

Also removed the doublefix.patch(removeing duplicated code), as there is no
this issue in 1.1.26

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
This commit is contained in:
Zhai Edwin 2010-07-08 10:04:47 +08:00 committed by Richard Purdie
parent b4a1dc580b
commit 7a5eeeb58e
2 changed files with 4 additions and 21 deletions

View File

@ -1,17 +0,0 @@
This double definition breaks recent autoconf+automake.
RP 1/2/10
Index: libxslt-1.1.22/libexslt/Makefile.am
===================================================================
--- libxslt-1.1.22.orig/libexslt/Makefile.am 2010-02-01 10:55:59.337788365 +0000
+++ libxslt-1.1.22/libexslt/Makefile.am 2010-02-01 10:56:08.239068767 +0000
@@ -11,8 +11,6 @@
exsltinc_HEADERS = \
exslt.h \
exsltconfig.h \
- exslt.h \
- exsltconfig.h \
exsltexports.h
libexslt_la_SOURCES = \

View File

@ -3,15 +3,15 @@ HOMEPAGE = "http://xmlsoft.org/XSLT/"
BUGTRACKER = "https://bugzilla.gnome.org/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=0cd9a07afbeb24026c9b03aecfeba458"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "libxml2 (>=2.6.27)"
PR = "r3"
PR = "r0"
SRC_URI = "ftp://xmlsoft.org/libxml2/libxslt-${PV}.tar.gz \
file://pkgconfig_fix.patch;patch=1 \
file://doublefix.patch;patch=1"
SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \
file://pkgconfig_fix.patch;patch=1"
S = "${WORKDIR}/libxslt-${PV}"
inherit autotools pkgconfig