summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sysstat
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-03-09 20:56:02 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-11 06:27:01 -0700
commitcb8d69d28b7094d22f332877431b0fc099800b8f (patch)
tree5cfaa71573d8afb42f925f97167cf155e99e4104 /meta/recipes-extended/sysstat
parent4adcf277bc35a561860e5289a89d4c66cf115acc (diff)
downloadpoky-cb8d69d28b7094d22f332877431b0fc099800b8f.tar.gz
sysstat: 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: 53f2bbba35c63afa14c5fcb33b83b0ee061840ca) 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/recipes-extended/sysstat')
-rw-r--r--meta/recipes-extended/sysstat/sysstat/0001-Include-needed-headers-explicitly.patch20
1 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-extended/sysstat/sysstat/0001-Include-needed-headers-explicitly.patch b/meta/recipes-extended/sysstat/sysstat/0001-Include-needed-headers-explicitly.patch
index 5fc26fbc27..1b63299aae 100644
--- a/meta/recipes-extended/sysstat/sysstat/0001-Include-needed-headers-explicitly.patch
+++ b/meta/recipes-extended/sysstat/sysstat/0001-Include-needed-headers-explicitly.patch
@@ -21,10 +21,10 @@ Upstream-Status: Pending
21 sa_common.c | 1 + 21 sa_common.c | 1 +
22 3 files changed, 3 insertions(+) 22 3 files changed, 3 insertions(+)
23 23
24Index: sysstat-11.5.7/common.c 24Index: sysstat-11.7.1/common.c
25=================================================================== 25===================================================================
26--- sysstat-11.5.7.orig/common.c 26--- sysstat-11.7.1.orig/common.c
27+++ sysstat-11.5.7/common.c 27+++ sysstat-11.7.1/common.c
28@@ -20,6 +20,7 @@ 28@@ -20,6 +20,7 @@
29 */ 29 */
30 30
@@ -33,10 +33,10 @@ Index: sysstat-11.5.7/common.c
33 #include <string.h> 33 #include <string.h>
34 #include <stdlib.h> 34 #include <stdlib.h>
35 #include <stdarg.h> 35 #include <stdarg.h>
36Index: sysstat-11.5.7/ioconf.c 36Index: sysstat-11.7.1/ioconf.c
37=================================================================== 37===================================================================
38--- sysstat-11.5.7.orig/ioconf.c 38--- sysstat-11.7.1.orig/ioconf.c
39+++ sysstat-11.5.7/ioconf.c 39+++ sysstat-11.7.1/ioconf.c
40@@ -27,6 +27,7 @@ 40@@ -27,6 +27,7 @@
41 #include <errno.h> 41 #include <errno.h>
42 #include <dirent.h> 42 #include <dirent.h>
@@ -45,10 +45,10 @@ Index: sysstat-11.5.7/ioconf.c
45 45
46 #include "ioconf.h" 46 #include "ioconf.h"
47 #include "common.h" 47 #include "common.h"
48Index: sysstat-11.5.7/sa_common.c 48Index: sysstat-11.7.1/sa_common.c
49=================================================================== 49===================================================================
50--- sysstat-11.5.7.orig/sa_common.c 50--- sysstat-11.7.1.orig/sa_common.c
51+++ sysstat-11.5.7/sa_common.c 51+++ sysstat-11.7.1/sa_common.c
52@@ -20,6 +20,7 @@ 52@@ -20,6 +20,7 @@
53 */ 53 */
54 54
@@ -56,4 +56,4 @@ Index: sysstat-11.5.7/sa_common.c
56+#include <limits.h> 56+#include <limits.h>
57 #include <string.h> 57 #include <string.h>
58 #include <stdlib.h> 58 #include <stdlib.h>
59 #include <time.h> 59 #include <stdint.h>