summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2010-07-08 10:04:47 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-13 15:21:44 +0100
commit7a5eeeb58e19afa2334ae2fe377126fab6735eb7 (patch)
tree0cfffdc4ad732cbbc760c9186a9431bd9c8860a8 /meta
parentb4a1dc580b820970ebb010455eeb92aa21253628 (diff)
downloadopenembedded-core-7a5eeeb58e19afa2334ae2fe377126fab6735eb7.tar.gz
openembedded-core-7a5eeeb58e19afa2334ae2fe377126fab6735eb7.tar.bz2
openembedded-core-7a5eeeb58e19afa2334ae2fe377126fab6735eb7.tar.xz
openembedded-core-7a5eeeb58e19afa2334ae2fe377126fab6735eb7.zip
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/libxslt/libxslt/doublefix.patch17
-rw-r--r--meta/packages/libxslt/libxslt_1.1.26.bb (renamed from meta/packages/libxslt/libxslt_1.1.22.bb)8
2 files changed, 4 insertions, 21 deletions
diff --git a/meta/packages/libxslt/libxslt/doublefix.patch b/meta/packages/libxslt/libxslt/doublefix.patch
deleted file mode 100644
index e70393dcb..000000000
--- a/meta/packages/libxslt/libxslt/doublefix.patch
+++ /dev/null
@@ -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 = \
diff --git a/meta/packages/libxslt/libxslt_1.1.22.bb b/meta/packages/libxslt/libxslt_1.1.26.bb
index ce6cca7f7..b5726974f 100644
--- a/meta/packages/libxslt/libxslt_1.1.22.bb
+++ b/meta/packages/libxslt/libxslt_1.1.26.bb
@@ -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