summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-03-08 20:17:46 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-09 09:17:03 -0800
commit712b3c172e9373b127a70cce01619a4293c0f321 (patch)
tree432e533736c80fa94e8c1a1b4cc9f9a55954291b /meta
parentf749fd990c7f91799780369b0ecb80366e8ab418 (diff)
downloadpoky-712b3c172e9373b127a70cce01619a4293c0f321.tar.gz
libidn: 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: 8d4e250383f08e3cd53db809d718910048b9021b) Signed-off-by: Ross Burton <ross.burton@intel.com> 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-extended/libidn/libidn/libidn_fix_for_automake-1.12.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-extended/libidn/libidn/libidn_fix_for_automake-1.12.patch b/meta/recipes-extended/libidn/libidn/libidn_fix_for_automake-1.12.patch
index 5683d3c98d..db91317ca5 100644
--- a/meta/recipes-extended/libidn/libidn/libidn_fix_for_automake-1.12.patch
+++ b/meta/recipes-extended/libidn/libidn/libidn_fix_for_automake-1.12.patch
@@ -9,12 +9,12 @@ This patch fixes following issue with automake 1.12
9Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> 9Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
102012/05/03 102012/05/03
11 11
12Index: libidn-1.24/configure.ac 12Index: libidn-1.33/configure.ac
13=================================================================== 13===================================================================
14--- libidn-1.24.orig/configure.ac 14--- libidn-1.33.orig/configure.ac
15+++ libidn-1.24/configure.ac 15+++ libidn-1.33/configure.ac
16@@ -34,6 +34,10 @@ AC_SUBST(LT_CURRENT, 17) 16@@ -33,6 +33,10 @@ AC_SUBST(LT_CURRENT, 17)
17 AC_SUBST(LT_REVISION, 7) 17 AC_SUBST(LT_REVISION, 16)
18 AC_SUBST(LT_AGE, 6) 18 AC_SUBST(LT_AGE, 6)
19 19
20+# automake 1.12 seems to require this, but automake 1.11 doesn't recognize it 20+# automake 1.12 seems to require this, but automake 1.11 doesn't recognize it