diff options
author | 2018-04-23 12:56:56 +0200 | |
---|---|---|
committer | 2018-04-23 13:31:12 +0100 | |
commit | 36a4b0243831d36310826d51579cf1e47d959251 (patch) | |
tree | b55410654e65372b909686bf8d8e2998158ac737 /recipes-core | |
parent | 51d59b292ca52a18a72d724f9535377fa2feea2b (diff) | |
download | meta-gplv2-36a4b0243831d36310826d51579cf1e47d959251.tar.gz meta-gplv2-36a4b0243831d36310826d51579cf1e47d959251.tar.bz2 meta-gplv2-36a4b0243831d36310826d51579cf1e47d959251.zip |
coreutils: Update a patch to avoid fuzzyocto-2.5sumo-19.0.0
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/coreutils/coreutils-6.9/coreutils-overflow.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/coreutils/coreutils-6.9/coreutils-overflow.patch b/recipes-core/coreutils/coreutils-6.9/coreutils-overflow.patch index 58074c0..b9cd52e 100644 --- a/recipes-core/coreutils/coreutils-6.9/coreutils-overflow.patch +++ b/recipes-core/coreutils/coreutils-6.9/coreutils-overflow.patch @@ -8,8 +8,8 @@ Signed-off-by: Mark Hatle <mark.hatle@windriver.com> --- coreutils-5.2.1/src/who.c.overflow 2005-05-25 09:59:06.000000000 +0100 +++ coreutils-5.2.1/src/who.c 2005-05-25 10:00:31.000000000 +0100 -@@ -75,7 +75,7 @@ - # define NEW_TIME 0 +@@ -78,7 +78,7 @@ + # define UT_TYPE_NEW_TIME(U) false #endif -#define IDLESTR_LEN 6 |