summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-03-08 20:17:56 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-09 09:17:03 -0800
commit50178323e6ea268896a79a7027069dca5ba0fabd (patch)
treee212ef422539c81db1e575f3c3944e6a286d007a /meta
parent9a260d32c1a3a8f95ba0a5c26db4bb3ba18eef18 (diff)
downloadpoky-50178323e6ea268896a79a7027069dca5ba0fabd.tar.gz
syslinux: 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: 05b59a502a03b4077208b83a4823e2012146671a) 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-devtools/syslinux/syslinux/syslinux-libupload-depend-lib.patch17
1 files changed, 7 insertions, 10 deletions
diff --git a/meta/recipes-devtools/syslinux/syslinux/syslinux-libupload-depend-lib.patch b/meta/recipes-devtools/syslinux/syslinux/syslinux-libupload-depend-lib.patch
index c0714b5175..6ba96aeb56 100644
--- a/meta/recipes-devtools/syslinux/syslinux/syslinux-libupload-depend-lib.patch
+++ b/meta/recipes-devtools/syslinux/syslinux/syslinux-libupload-depend-lib.patch
@@ -20,15 +20,12 @@ Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
20 com32/Makefile | 1 + 20 com32/Makefile | 1 +
21 1 file changed, 1 insertion(+) 21 1 file changed, 1 insertion(+)
22 22
23diff --git a/com32/Makefile b/com32/Makefile 23Index: syslinux-6.03/com32/Makefile
24index 9a1721b..f172db2 100644 24===================================================================
25--- a/com32/Makefile 25--- syslinux-6.03.orig/com32/Makefile
26+++ b/com32/Makefile 26+++ syslinux-6.03/com32/Makefile
27@@ -21,3 +21,4 @@ rosh: lib libutil 27@@ -22,3 +22,4 @@ samples: libutil elflink/ldlinux
28 samples: libutil elflink/ldlinux 28 sysdump: lib libutil libupload gpllib
29 sysdump: libupload gpllib 29 lua/src: cmenu modules
30 gpllib: lib 30 gpllib: lib
31+libupload: lib 31+libupload: lib
32--
331.7.9.5
34