diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-04-13 10:50:09 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-04-13 15:53:57 -0400 |
commit | 97fea33badac9e674365744a559006b70d2e1222 (patch) | |
tree | fcff0b41ccf9c05a3730d776882cd81b42880a3c /recipes-containers/criu/files/fix-building-on-newest-glibc-and-kernel.patch | |
parent | 3e709e6665ba89f5875584de259e1689728cf83b (diff) | |
download | meta-virtualization-97fea33badac9e674365744a559006b70d2e1222.tar.gz |
criu: refresh patches to fix QA warning
Refresh patches with devtool command to fix do_patch warning.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/criu/files/fix-building-on-newest-glibc-and-kernel.patch')
-rw-r--r-- | recipes-containers/criu/files/fix-building-on-newest-glibc-and-kernel.patch | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-containers/criu/files/fix-building-on-newest-glibc-and-kernel.patch b/recipes-containers/criu/files/fix-building-on-newest-glibc-and-kernel.patch index d6341da7..9361adc2 100644 --- a/recipes-containers/criu/files/fix-building-on-newest-glibc-and-kernel.patch +++ b/recipes-containers/criu/files/fix-building-on-newest-glibc-and-kernel.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From f41e386d4d40e3e26b0cfdc85a812b7edb337f1d Mon Sep 17 00:00:00 2001 | 1 | From b59947007362b53e9f41f1e5a33071dedf1c59ac Mon Sep 17 00:00:00 2001 |
2 | From: Adrian Reber <areber@redhat.com> | 2 | From: Adrian Reber <areber@redhat.com> |
3 | Date: Thu, 28 Sep 2017 09:13:33 +0000 | 3 | Date: Thu, 28 Sep 2017 09:13:33 +0000 |
4 | Subject: [PATCH] fix building on newest glibc and kernel | 4 | Subject: [PATCH] fix building on newest glibc and kernel |
@@ -24,12 +24,13 @@ Upstream-Status: Backport | |||
24 | [https://github.com/checkpoint-restore/criu/commit/f41e386d4d40e3e26b0cfdc85a812b7edb337f1d#diff-cc847b1cc975358c6582595be92d48db] | 24 | [https://github.com/checkpoint-restore/criu/commit/f41e386d4d40e3e26b0cfdc85a812b7edb337f1d#diff-cc847b1cc975358c6582595be92d48db] |
25 | 25 | ||
26 | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> | 26 | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> |
27 | |||
27 | --- | 28 | --- |
28 | criu/cr-check.c | 2 +- | 29 | criu/cr-check.c | 2 +- |
29 | 1 file changed, 1 insertion(+), 1 deletion(-) | 30 | 1 file changed, 1 insertion(+), 1 deletion(-) |
30 | 31 | ||
31 | diff --git a/criu/cr-check.c b/criu/cr-check.c | 32 | diff --git a/criu/cr-check.c b/criu/cr-check.c |
32 | index 5dd448b..8986ec4 100644 | 33 | index 1dd887a..93df2ab 100644 |
33 | --- a/criu/cr-check.c | 34 | --- a/criu/cr-check.c |
34 | +++ b/criu/cr-check.c | 35 | +++ b/criu/cr-check.c |
35 | @@ -21,8 +21,8 @@ | 36 | @@ -21,8 +21,8 @@ |
@@ -42,6 +43,3 @@ index 5dd448b..8986ec4 100644 | |||
42 | 43 | ||
43 | #include "../soccr/soccr.h" | 44 | #include "../soccr/soccr.h" |
44 | 45 | ||
45 | -- | ||
46 | 2.7.4 | ||
47 | |||