diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2020-08-31 23:08:05 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-09-02 16:30:44 -0400 |
commit | 2711b81afd489d5b458617dfdfda520d8fe61f65 (patch) | |
tree | 7979b0b5efe642c3a9077303b66c7eff1987a72b /recipes-containers/criu/criu_git.bb | |
parent | 4d7eadcf5b9aa19f627698262f2910d1ccde4e99 (diff) | |
download | meta-virtualization-2711b81afd489d5b458617dfdfda520d8fe61f65.tar.gz |
criu: backport patch to fix build failure for gcc-10
Backport patch to fix build failure for gcc-10.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/criu/criu_git.bb')
-rw-r--r-- | recipes-containers/criu/criu_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-containers/criu/criu_git.bb b/recipes-containers/criu/criu_git.bb index 704a0f9e..24aa3012 100644 --- a/recipes-containers/criu/criu_git.bb +++ b/recipes-containers/criu/criu_git.bb | |||
@@ -21,6 +21,7 @@ SRC_URI = "git://github.com/checkpoint-restore/criu.git \ | |||
21 | file://0002-criu-Skip-documentation-install.patch \ | 21 | file://0002-criu-Skip-documentation-install.patch \ |
22 | file://0001-criu-Change-libraries-install-directory.patch \ | 22 | file://0001-criu-Change-libraries-install-directory.patch \ |
23 | file://lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch \ | 23 | file://lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch \ |
24 | file://0001-criu-fix-build-failure-against-gcc-10.patch \ | ||
24 | " | 25 | " |
25 | 26 | ||
26 | COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux" | 27 | COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux" |