[oe-commits] [openembedded-core] 30/43: sysstat: refresh patches

git at git.openembedded.org git at git.openembedded.org
Sat Mar 10 03:47:52 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit ffe3bd1cf346b610575f6f04daf1ee323a5f1db2
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Mar 9 20:56:02 2018 +0200

    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.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../0001-Include-needed-headers-explicitly.patch     | 20 ++++++++++----------
 1 file 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 5fc26fb..1b63299 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
  sa_common.c | 1 +
  3 files changed, 3 insertions(+)
 
-Index: sysstat-11.5.7/common.c
+Index: sysstat-11.7.1/common.c
 ===================================================================
---- sysstat-11.5.7.orig/common.c
-+++ sysstat-11.5.7/common.c
+--- sysstat-11.7.1.orig/common.c
++++ sysstat-11.7.1/common.c
 @@ -20,6 +20,7 @@
   */
  
@@ -33,10 +33,10 @@ Index: sysstat-11.5.7/common.c
  #include <string.h>
  #include <stdlib.h>
  #include <stdarg.h>
-Index: sysstat-11.5.7/ioconf.c
+Index: sysstat-11.7.1/ioconf.c
 ===================================================================
---- sysstat-11.5.7.orig/ioconf.c
-+++ sysstat-11.5.7/ioconf.c
+--- sysstat-11.7.1.orig/ioconf.c
++++ sysstat-11.7.1/ioconf.c
 @@ -27,6 +27,7 @@
  #include <errno.h>
  #include <dirent.h>
@@ -45,10 +45,10 @@ Index: sysstat-11.5.7/ioconf.c
  
  #include "ioconf.h"
  #include "common.h"
-Index: sysstat-11.5.7/sa_common.c
+Index: sysstat-11.7.1/sa_common.c
 ===================================================================
---- sysstat-11.5.7.orig/sa_common.c
-+++ sysstat-11.5.7/sa_common.c
+--- sysstat-11.7.1.orig/sa_common.c
++++ sysstat-11.7.1/sa_common.c
 @@ -20,6 +20,7 @@
   */
  
@@ -56,4 +56,4 @@ Index: sysstat-11.5.7/sa_common.c
 +#include <limits.h>
  #include <string.h>
  #include <stdlib.h>
- #include <time.h>
+ #include <stdint.h>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list