diff options
author | Lavocat, Nicolas <Nicolas.Lavocat@harman.com> | 2020-08-06 10:38:59 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-08-07 22:19:43 -0400 |
commit | ba6143a680d0040138e62a46ce9c79b3457e9cbd (patch) | |
tree | add28911dd270e563a070ff32df2b8efde2a4297 /recipes-core/runx | |
parent | 0db3901a48426ee403a045e0b626416c5fa93c6f (diff) | |
download | meta-virtualization-ba6143a680d0040138e62a46ce9c79b3457e9cbd.tar.gz |
libvirt: fix install error without qemu
An error occurs during the install step of libvirt when the variable
PACKAGECONFIG does not contain qemu.
Indeed, in this case, the operation "chown -R qemu:qemu
${D}/${localstatedir}/lib/libvirt/qemu" fails, since the folder
${D}/${localstatedir}/lib/libvirt/qemu has not been created.
The fix consist in doing this operation only if
the variable “PACKAGECONFIG” contains “qemu”.
remark: issue present since the Warrior release of yocto.
Upstream-Status: Pending
Signed-off-by: Nicolas Lavocat <nicolas.lavocat@harman.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-core/runx')
0 files changed, 0 insertions, 0 deletions