From 7bc99cda5232e1cfc27d5a9923a2d969cbb3462d Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 12 Nov 2021 15:44:03 +0000 Subject: 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 --- recipes-extended/libvirt/libvirt_7.2.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-extended/libvirt') 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 } ALLOW_EMPTY:${PN} = "1" +INSANE_SKIP:${PN} += "empty-dirs" PACKAGES =+ "${PN}-libvirtd ${PN}-virsh" -- cgit v1.2.3-54-g00ecf