]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxslt: Fix double defintion problem which breaks recent autoconf/automake
authorRichard Purdie <rpurdie@linux.intel.com>
Mon, 1 Feb 2010 11:02:59 +0000 (11:02 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 1 Feb 2010 11:02:59 +0000 (11:02 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/libxslt/libxslt/doublefix.patch [new file with mode: 0644]
meta/packages/libxslt/libxslt_1.1.22.bb

diff --git a/meta/packages/libxslt/libxslt/doublefix.patch b/meta/packages/libxslt/libxslt/doublefix.patch
new file mode 100644 (file)
index 0000000..e70393d
--- /dev/null
@@ -0,0 +1,17 @@
+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 =                   \
index f32a6aa52f8d5fd46f783df42e4f5f1ba0da8aca..49a1b6b0189afe1d87a62f6c631c5571bf90fe71 100644 (file)
@@ -3,10 +3,11 @@ SECTION = "libs"
 PRIORITY = "optional"
 DEPENDS = "libxml2 (>=2.6.27)"
 LICENSE = "MIT"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "ftp://xmlsoft.org/libxml2/libxslt-${PV}.tar.gz \
-           file://pkgconfig_fix.patch;patch=1"
+           file://pkgconfig_fix.patch;patch=1 \
+           file://doublefix.patch;patch=1"
 S = "${WORKDIR}/libxslt-${PV}"
 
 inherit autotools_stage pkgconfig