mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
3e709e6665
commit
97fea33bad
|
@ -1,4 +1,4 @@
|
|||
From 78390305829316633acee2ca5607331b0e37a104 Mon Sep 17 00:00:00 2001
|
||||
From f64fbca70e6049dad3c404d871f2383d97725d2d Mon Sep 17 00:00:00 2001
|
||||
From: Mark Asselstine <mark.asselstine@windriver.com>
|
||||
Date: Fri, 8 Sep 2017 15:11:31 -0400
|
||||
Subject: [PATCH] criu: Change libraries install directory
|
||||
|
@ -7,12 +7,13 @@ Install the libraries into /usr/lib(or /usr/lib64)
|
|||
|
||||
Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com>
|
||||
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
|
||||
|
||||
---
|
||||
Makefile.install | 13 -------------
|
||||
1 file changed, 13 deletions(-)
|
||||
|
||||
diff --git a/Makefile.install b/Makefile.install
|
||||
index 3987bcc..73d98a4 100644
|
||||
index 1def3cf..d020eef 100644
|
||||
--- a/Makefile.install
|
||||
+++ b/Makefile.install
|
||||
@@ -9,19 +9,6 @@ LIBEXECDIR ?= $(PREFIX)/libexec
|
||||
|
@ -35,6 +36,3 @@ index 3987bcc..73d98a4 100644
|
|||
# LIBDIR falls back to the standard path.
|
||||
LIBDIR ?= $(PREFIX)/lib
|
||||
|
||||
--
|
||||
2.7.4
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
From af679853a45fe63f680c99e70416c8ac620d23b8 Mon Sep 17 00:00:00 2001
|
||||
From c005b7a4874f55df687ff22bc425551775581421 Mon Sep 17 00:00:00 2001
|
||||
From: Mark Asselstine <mark.asselstine@windriver.com>
|
||||
Date: Fri, 8 Sep 2017 15:02:14 -0400
|
||||
Subject: [PATCH] criu: Fix toolchain hardcode
|
||||
|
@ -9,6 +9,7 @@ be taken.
|
|||
Signed-off-by: Yang Shi <yang.shi@windriver.com>
|
||||
Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com>
|
||||
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
|
||||
|
||||
---
|
||||
Makefile | 2 +-
|
||||
scripts/nmk/scripts/include.mk | 2 +-
|
||||
|
@ -96,6 +97,3 @@ index 56dba84..1698821 100644
|
|||
|
||||
export RM HOSTLD LD HOSTCC CC CPP AS AR STRIP OBJCOPY OBJDUMP
|
||||
export NM SH MAKE MKDIR AWK PERL PYTHON SH CSCOPE
|
||||
--
|
||||
2.7.4
|
||||
|
||||
|
|
|
@ -1,21 +1,22 @@
|
|||
From 07d9b3d0c372e45127dd51781d9564e8bee90dbe Mon Sep 17 00:00:00 2001
|
||||
From 45d74ae8a314c481398ba91a3697ffbd074cd98b Mon Sep 17 00:00:00 2001
|
||||
From: Jianchuan Wang <jianchuan.wang@windriver.com>
|
||||
Date: Tue, 16 Aug 2016 09:42:24 +0800
|
||||
Subject: [PATCH 2/2] criu: Skip documentation install
|
||||
Subject: [PATCH] criu: Skip documentation install
|
||||
|
||||
asciidoc is needed to generate CRIU documentation, so skip it in install.
|
||||
|
||||
Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com>
|
||||
|
||||
---
|
||||
Makefile.install | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile.install b/Makefile.install
|
||||
index a30dc96..33143fb 100644
|
||||
index 3987bcc..1def3cf 100644
|
||||
--- a/Makefile.install
|
||||
+++ b/Makefile.install
|
||||
@@ -22,7 +22,7 @@ install-tree:
|
||||
.PHONY: install-tree
|
||||
@@ -29,7 +29,7 @@ export PREFIX BINDIR SBINDIR MANDIR RUNDIR
|
||||
export LIBDIR INCLUDEDIR LIBEXECDIR
|
||||
|
||||
install-man:
|
||||
- $(Q) $(MAKE) -C Documentation install
|
||||
|
@ -23,6 +24,3 @@ index a30dc96..33143fb 100644
|
|||
.PHONY: install-man
|
||||
|
||||
install-lib: lib
|
||||
--
|
||||
2.7.4
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
From f41e386d4d40e3e26b0cfdc85a812b7edb337f1d Mon Sep 17 00:00:00 2001
|
||||
From b59947007362b53e9f41f1e5a33071dedf1c59ac Mon Sep 17 00:00:00 2001
|
||||
From: Adrian Reber <areber@redhat.com>
|
||||
Date: Thu, 28 Sep 2017 09:13:33 +0000
|
||||
Subject: [PATCH] fix building on newest glibc and kernel
|
||||
|
@ -24,12 +24,13 @@ Upstream-Status: Backport
|
|||
[https://github.com/checkpoint-restore/criu/commit/f41e386d4d40e3e26b0cfdc85a812b7edb337f1d#diff-cc847b1cc975358c6582595be92d48db]
|
||||
|
||||
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
|
||||
|
||||
---
|
||||
criu/cr-check.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/criu/cr-check.c b/criu/cr-check.c
|
||||
index 5dd448b..8986ec4 100644
|
||||
index 1dd887a..93df2ab 100644
|
||||
--- a/criu/cr-check.c
|
||||
+++ b/criu/cr-check.c
|
||||
@@ -21,8 +21,8 @@
|
||||
|
@ -42,6 +43,3 @@ index 5dd448b..8986ec4 100644
|
|||
|
||||
#include "../soccr/soccr.h"
|
||||
|
||||
--
|
||||
2.7.4
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
From 89f9b87904bd312b817ffaa7d83abfd5e84d723d Mon Sep 17 00:00:00 2001
|
||||
From 6caf90592d61c8c45b32cb7ff76709f9326030e2 Mon Sep 17 00:00:00 2001
|
||||
From: Mark Asselstine <mark.asselstine@windriver.com>
|
||||
Date: Fri, 8 Sep 2017 15:40:49 -0400
|
||||
Subject: [PATCH] lib/Makefile: overwrite install-lib, to allow multiarch
|
||||
|
@ -8,6 +8,7 @@ I am not sure why Yocto installs python modules in arch specific
|
|||
INSTALL_LIB.
|
||||
|
||||
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
|
||||
|
||||
---
|
||||
lib/Makefile | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
@ -25,6 +26,3 @@ index b1bb057..06f5c5d 100644
|
|||
.PHONY: install
|
||||
|
||||
uninstall:
|
||||
--
|
||||
2.7.4
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user