mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
util-linux: 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: 16c27f3bb7b99193a88949eb85f3a3da725f3a6c) 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>
This commit is contained in:
committed by
Richard Purdie
parent
ac91e7084f
commit
9528afa1f2
@@ -5,11 +5,11 @@ Signed-off-by: Phil Blundell <pb@pbcl.net>
|
||||
Signed-off-by: Saul Wold <sgw@linux.intel.com
|
||||
Upstream-Status: Inappropriate [configuration]
|
||||
|
||||
Index: util-linux-2.22.1/configure.ac
|
||||
Index: util-linux-2.31/configure.ac
|
||||
===================================================================
|
||||
--- util-linux-2.22.1.orig/configure.ac
|
||||
+++ util-linux-2.22.1/configure.ac
|
||||
@@ -73,7 +73,10 @@ AC_SUBST([localstatedir])
|
||||
--- util-linux-2.31.orig/configure.ac
|
||||
+++ util-linux-2.31/configure.ac
|
||||
@@ -89,7 +89,10 @@ AC_SUBST([runstatedir])
|
||||
usrbin_execdir='${exec_prefix}/bin'
|
||||
AC_SUBST([usrbin_execdir])
|
||||
|
||||
@@ -20,4 +20,4 @@ Index: util-linux-2.22.1/configure.ac
|
||||
+fi
|
||||
AC_SUBST([usrsbin_execdir])
|
||||
|
||||
case $libdir in
|
||||
AS_CASE([$libdir],
|
||||
|
||||
Reference in New Issue
Block a user