diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-03-14 20:01:52 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-03-15 17:17:20 +0000 |
commit | 769cf8be749e11e438332c726015b50936d33253 (patch) | |
tree | 60a8e9fe9a593402085344849a3e0c3f7ee3d4c2 /recipes-containers/criu/files/0005-pycriu-skip-dependency-check-during-build.patch | |
parent | a7bba8abf157800c253381edcc3c828c698d5057 (diff) | |
download | meta-virtualization-769cf8be749e11e438332c726015b50936d33253.tar.gz |
criu: patch cleanups
Adding Upstream-Status and reformatting some of the long logs.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/criu/files/0005-pycriu-skip-dependency-check-during-build.patch')
-rw-r--r-- | recipes-containers/criu/files/0005-pycriu-skip-dependency-check-during-build.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-containers/criu/files/0005-pycriu-skip-dependency-check-during-build.patch b/recipes-containers/criu/files/0005-pycriu-skip-dependency-check-during-build.patch index c293131d..88872911 100644 --- a/recipes-containers/criu/files/0005-pycriu-skip-dependency-check-during-build.patch +++ b/recipes-containers/criu/files/0005-pycriu-skip-dependency-check-during-build.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH] pycriu: --skip-dependency-check during build | |||
5 | 5 | ||
6 | It complains about needing protobuf<4, python3-protobuf is 4.25 in meta-python | 6 | It complains about needing protobuf<4, python3-protobuf is 4.25 in meta-python |
7 | 7 | ||
8 | Upstream-Status: Inappropriate [oe specific] | ||
9 | |||
8 | Signed-off-by: Tim Orling <tim.orling@konsulko.com> | 10 | Signed-off-by: Tim Orling <tim.orling@konsulko.com> |
9 | --- | 11 | --- |
10 | lib/Makefile | 4 ++-- | 12 | lib/Makefile | 4 ++-- |