
27 Jan
2022
27 Jan
'22
5:07 a.m.
On Wed, Jan 26, 2022 at 04:13:14PM +0100, Andrea Bolognani wrote:
QEMU might not be installed on the build system, in which case the user and group will not be present. We should avoid falling back to root:root in that case, and assume the user and group are going to be present in the target system instead.
Suggested-by: Olaf Hering <olaf@aepfle.de> Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- meson.build | 8 -------- 1 file changed, 8 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>