summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-11-12 15:44:03 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-11-12 15:46:45 +0000
commit7bc99cda5232e1cfc27d5a9923a2d969cbb3462d (patch)
tree8ede6d6bfac92c3912b2fd6139fc23b3d9e0a2a7 /recipes-extended
parente13d364d7f4e49a7c051e1d0a5435370ea3b0b53 (diff)
downloadmeta-virtualization-7bc99cda5232e1cfc27d5a9923a2d969cbb3462d.tar.gz
libvirt: inhibit empty-dirs QA check
OEcore has recently added a QA check for directories that should be empty. libvirt (via meson) creates some localsstate directories for the various components. These trigger the QA check and break the build. We still have some non-volatile localstate (/var) scenarios, and not seeing a distro feature that controls the QA check, and/or to coordinate the removal of the populated directories, we inhibit the QA check. In a boot with a volatile /var, the directories will be overlayed and no harm will come, in a non-volatile scenario, they'll be visible and no harm will come. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/libvirt/libvirt_7.2.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/libvirt/libvirt_7.2.0.bb b/recipes-extended/libvirt/libvirt_7.2.0.bb
index b7f8383a..cc7bb2cb 100644
--- a/recipes-extended/libvirt/libvirt_7.2.0.bb
+++ b/recipes-extended/libvirt/libvirt_7.2.0.bb
@@ -54,6 +54,7 @@ EOF
54} 54}
55 55
56ALLOW_EMPTY:${PN} = "1" 56ALLOW_EMPTY:${PN} = "1"
57INSANE_SKIP:${PN} += "empty-dirs"
57 58
58PACKAGES =+ "${PN}-libvirtd ${PN}-virsh" 59PACKAGES =+ "${PN}-libvirtd ${PN}-virsh"
59 60