summaryrefslogtreecommitdiffstats
path: root/recipes-containers/criu/files/0002-criu-Change-libraries-install-directory.patch
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2022-09-29 16:51:41 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-10-04 16:42:07 -0400
commitf8c8b9024421d5d2e434ed598a81d78928ae43d1 (patch)
tree922cc8129ba97d0611e6cf1f84d67941be0fe64e /recipes-containers/criu/files/0002-criu-Change-libraries-install-directory.patch
parent5bc9ecc2a706a726e6b9460ae3fd17af5172b263 (diff)
downloadmeta-virtualization-f8c8b9024421d5d2e434ed598a81d78928ae43d1.tar.gz
criu: 3.17 -> 3.17.1
Update criu from 3.17 to 3.17.1: * update file path and remove __pycache__ directory in do_install * rebase 0002-criu-Change-libraries-install-directory.patch * backport patches to fix build errors with glibc 2.36. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/criu/files/0002-criu-Change-libraries-install-directory.patch')
-rw-r--r--recipes-containers/criu/files/0002-criu-Change-libraries-install-directory.patch6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-containers/criu/files/0002-criu-Change-libraries-install-directory.patch b/recipes-containers/criu/files/0002-criu-Change-libraries-install-directory.patch
index 453be131..ad8c9f18 100644
--- a/recipes-containers/criu/files/0002-criu-Change-libraries-install-directory.patch
+++ b/recipes-containers/criu/files/0002-criu-Change-libraries-install-directory.patch
@@ -7,6 +7,10 @@ Install the libraries into /usr/lib(or /usr/lib64)
7 7
8Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> 8Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com>
9Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> 9Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
10
11Rebase for criu 3.17.1.
12
13Signed-off-by: Kai Kang <kai.kang@windriver.com>
10--- 14---
11 Makefile.install | 13 ------------- 15 Makefile.install | 13 -------------
12 1 file changed, 13 deletions(-) 16 1 file changed, 13 deletions(-)
@@ -17,7 +21,7 @@ index 1b02b70af..2839ef5fe 100644
17+++ b/Makefile.install 21+++ b/Makefile.install
18@@ -9,19 +9,6 @@ LIBEXECDIR ?= $(PREFIX)/libexec 22@@ -9,19 +9,6 @@ LIBEXECDIR ?= $(PREFIX)/libexec
19 RUNDIR ?= /run 23 RUNDIR ?= /run
20 PLUGINDIR ?= /var/lib/criu 24 PLUGINDIR ?= $(PREFIX)/lib/criu
21 25
22-# 26-#
23-# For recent Debian/Ubuntu with multiarch support. 27-# For recent Debian/Ubuntu with multiarch support.