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(a)aepfle.de>
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
meson.build | 8 --------
1 file changed, 8 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>