summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/expat/expat
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2016-05-16 16:22:46 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-17 14:43:28 +0100
commitd4099e1042a71993d0368b4b846947b7a06ea742 (patch)
tree2ac22fe93f19cb00ca677880e55a0fb348d7bb82 /meta/recipes-core/expat/expat
parent169852ebc2186e23227a1b5d7d50291755f4374e (diff)
downloadpoky-d4099e1042a71993d0368b4b846947b7a06ea742.tar.gz
expat: Upgrade 2.1.0 -> 2.1.1
* Remove backported CVE patch * Update autotools patch * Update SRC_URI to match current archive type (From OE-Core rev: 8a5a90aa6a7f398803f432038d56cdfea1651aaa) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/expat/expat')
-rw-r--r--meta/recipes-core/expat/expat/autotools.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-core/expat/expat/autotools.patch b/meta/recipes-core/expat/expat/autotools.patch
new file mode 100644
index 0000000000..3d3c5bad9d
--- /dev/null
+++ b/meta/recipes-core/expat/expat/autotools.patch
@@ -0,0 +1,24 @@
1Avoid using expat's m4 files
2
3Upstream-Status: Inappropriate [Other]
4Workaround specific to our build system.
5
6Signed-off-by: Kevin Tian <kevin.tian@intel.com>
7Signed-off-by: Scott Garman <scott.a.garman@intel.com>
8
9Updated to apply over expat 2.1.0
10
11Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
12
13diff -Nurd expat-2.1.0/configure.in expat-2.1.0/configure.in
14--- expat-2.1.0/configure.ac 2012-03-04 01:45:53.000000000 +0200
15+++ expat-2.1.0/configure.ac 2012-05-10 21:04:44.000000000 +0300
16@@ -51,8 +51,6 @@
17
18 AC_CONFIG_HEADER(expat_config.h)
19
20-sinclude(conftools/ac_c_bigendian_cross.m4)
21-
22 AC_LIBTOOL_WIN32_DLL
23 AC_PROG_LIBTOOL
24