mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 11:13:04 +01:00
gnome: 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: 9c762156d5eab1582fdd1f5000e80a0a67d46152) 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
cb8d69d28b
commit
7ef4dd124e
@@ -13,18 +13,15 @@ Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
|
||||
configure.ac | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index b20eb1a..50c5fd6 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
Index: adwaita-icon-theme-3.26.1/configure.ac
|
||||
===================================================================
|
||||
--- adwaita-icon-theme-3.26.1.orig/configure.ac
|
||||
+++ adwaita-icon-theme-3.26.1/configure.ac
|
||||
@@ -3,7 +3,6 @@ AC_PREREQ(2.53)
|
||||
|
||||
AC_INIT([adwaita-icon-theme], [3.26.0],
|
||||
AC_INIT([adwaita-icon-theme], [3.26.1],
|
||||
[http://bugzilla.gnome.org/enter_bug.cgi?product=adwaita-icon-theme])
|
||||
-AC_CANONICAL_HOST
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_SRCDIR([index.theme.in])
|
||||
|
||||
--
|
||||
2.14.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user