summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Dahl <post@lespocky.de>2014-10-27 21:11:08 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-11-13 17:32:11 +0100
commit6a8840b87df8a4b4ec9621f5a88eb1060190b69c (patch)
tree9a4b1d0bbf2b1e3b4fb000ad795a8f80c5eaba30
parent7a44b1540d70bd692e121a4abc20cfe879d8f20f (diff)
downloadptxdist-6a8840b87df8a4b4ec9621f5a88eb1060190b69c.tar.gz
ptxdist-6a8840b87df8a4b4ec9621f5a88eb1060190b69c.tar.xz
libxslt: update to 1.1.28
(upgrade needed for working with libxml2 > 2.9.0) Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--patches/libxslt-1.1.26/series1
-rw-r--r--patches/libxslt-1.1.28/0001-xslt-config-add-SYSROOT-support.patch (renamed from patches/libxslt-1.1.26/0001-xslt-config-add-SYSROOT-support.patch)8
-rw-r--r--patches/libxslt-1.1.28/series4
-rw-r--r--rules/libxslt.make4
4 files changed, 8 insertions, 9 deletions
diff --git a/patches/libxslt-1.1.26/series b/patches/libxslt-1.1.26/series
deleted file mode 100644
index 218abc0cc..000000000
--- a/patches/libxslt-1.1.26/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-xslt-config-add-SYSROOT-support.patch
diff --git a/patches/libxslt-1.1.26/0001-xslt-config-add-SYSROOT-support.patch b/patches/libxslt-1.1.28/0001-xslt-config-add-SYSROOT-support.patch
index 89b2b2b60..dacc3eeb3 100644
--- a/patches/libxslt-1.1.26/0001-xslt-config-add-SYSROOT-support.patch
+++ b/patches/libxslt-1.1.28/0001-xslt-config-add-SYSROOT-support.patch
@@ -1,4 +1,3 @@
-From b08208f3faae4d9cdb0ef9a5840b4b3836dd7083 Mon Sep 17 00:00:00 2001
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: Sun, 10 Jan 2010 01:10:34 +0100
Subject: [PATCH] xslt-config: add SYSROOT support
@@ -6,10 +5,10 @@ Subject: [PATCH] xslt-config: add SYSROOT support
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
xslt-config.in | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xslt-config.in b/xslt-config.in
-index a1e1fb5..fcfeed3 100644
+index 45c3e28f2f12..5c009c4f4ad2 100644
--- a/xslt-config.in
+++ b/xslt-config.in
@@ -1,6 +1,6 @@
@@ -20,6 +19,3 @@ index a1e1fb5..fcfeed3 100644
exec_prefix=@exec_prefix@
exec_prefix_set=no
includedir=@includedir@
---
-1.6.6
-
diff --git a/patches/libxslt-1.1.28/series b/patches/libxslt-1.1.28/series
new file mode 100644
index 000000000..04dc8b07e
--- /dev/null
+++ b/patches/libxslt-1.1.28/series
@@ -0,0 +1,4 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-xslt-config-add-SYSROOT-support.patch
+# 646fc10f99566b9f24135a2ca6e26cbc - git-ptx-patches magic
diff --git a/rules/libxslt.make b/rules/libxslt.make
index 5bf63b55d..5ea8d2315 100644
--- a/rules/libxslt.make
+++ b/rules/libxslt.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIBXSLT) += libxslt
#
# Paths and names
#
-LIBXSLT_VERSION := 1.1.26
-LIBXSLT_MD5 := e61d0364a30146aaa3001296f853b2b9
+LIBXSLT_VERSION := 1.1.28
+LIBXSLT_MD5 := 9667bf6f9310b957254fdcf6596600b7
LIBXSLT := libxslt-$(LIBXSLT_VERSION)
LIBXSLT_SUFFIX := tar.gz
LIBXSLT_SOURCE := $(SRCDIR)/$(LIBXSLT).$(LIBXSLT_SUFFIX)