summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-03-08 20:17:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-09 09:17:02 -0800
commita2a243b49bd146b75521bbdfd12b428bd3db750d (patch)
treef10a83580914c693282b67845bf269a1931fb075 /meta
parentcf4232212ea0407e5d295cc0a371d17e84da1591 (diff)
downloadpoky-a2a243b49bd146b75521bbdfd12b428bd3db750d.tar.gz
expat: refresh patches
The patch tool will apply patches by default with "fuzz", which is where if the hunk context isn't present but what is there is close enough, it will force the patch in. Whilst this is useful when there's just whitespace changes, when applied to source it is possible for a patch applied with fuzz to produce broken code which still compiles (see #10450). This is obviously bad. We'd like to eventually have do_patch() rejecting any fuzz on these grounds. For that to be realistic the existing patches with fuzz need to be rebased and reviewed. (From OE-Core rev: c74da9f2a5bd5a42f6c5791aeb4cc45973369818) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/expat/expat/autotools.patch11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/recipes-core/expat/expat/autotools.patch b/meta/recipes-core/expat/expat/autotools.patch
index 3d3c5bad9d..104717eabb 100644
--- a/meta/recipes-core/expat/expat/autotools.patch
+++ b/meta/recipes-core/expat/expat/autotools.patch
@@ -10,11 +10,12 @@ Updated to apply over expat 2.1.0
10 10
11Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> 11Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
12 12
13diff -Nurd expat-2.1.0/configure.in expat-2.1.0/configure.in 13Index: expat-2.2.5/configure.ac
14--- expat-2.1.0/configure.ac 2012-03-04 01:45:53.000000000 +0200 14===================================================================
15+++ expat-2.1.0/configure.ac 2012-05-10 21:04:44.000000000 +0300 15--- expat-2.2.5.orig/configure.ac
16@@ -51,8 +51,6 @@ 16+++ expat-2.2.5/configure.ac
17 17@@ -53,8 +53,6 @@ LIBAGE=6 # CMakeLists.txt!
18 CPPFLAGS="${CPPFLAGS} -DHAVE_EXPAT_CONFIG_H"
18 AC_CONFIG_HEADER(expat_config.h) 19 AC_CONFIG_HEADER(expat_config.h)
19 20
20-sinclude(conftools/ac_c_bigendian_cross.m4) 21-sinclude(conftools/ac_c_bigendian_cross.m4)