diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2022-08-25 06:17:05 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-08-25 22:55:48 -0400 |
commit | da285876dc69caa41064470922e45d922551f6b1 (patch) | |
tree | 5de9848ba6428e90ae118aec4ac46726c4d3446d /recipes-containers/docker/files/0001-dynbinary-use-go-cross-compiler.patch | |
parent | c16d3a58eeb19f82e3da2aae9652779d01347359 (diff) | |
download | meta-virtualization-da285876dc69caa41064470922e45d922551f6b1.tar.gz |
lxc: fix compilation error for ARM/ARM64
There's compilation error when building lxc for ARM/ARM64 BSPs.
The error message is as below:
| ../git/src/lxc/cgroups/cgfsng.c:1234:111: error: incompatible
type for argument 10 of 'sd_bus_call_method_asyncv'
The 10th argument is of type va_list but NULL is supplied, thus causing
compilation error.
So we use sd_bus_call_method_async to replace the asyncv one to
solve this issue.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/docker/files/0001-dynbinary-use-go-cross-compiler.patch')
0 files changed, 0 insertions, 0 deletions