]> code.ossystems Code Review - openembedded-core.git/commitdiff
base-files: Ignore the empty-dirs QA error due to files in /var/volatile
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Fri, 29 Oct 2021 21:29:17 +0000 (23:29 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 1 Nov 2021 10:41:15 +0000 (10:41 +0000)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/base-files/base-files_3.0.14.bb

index 032827a0d06ac1622c4ad02437fd2a9c1643749e..c3ecd81c4a0bff4d5c278685db73791477af329e 100644 (file)
@@ -182,3 +182,5 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 CONFFILES:${PN} = "${sysconfdir}/fstab ${@['', '${sysconfdir}/hostname ${sysconfdir}/hosts'][(d.getVar('hostname') != '')]} ${sysconfdir}/shells"
 CONFFILES:${PN} += "${sysconfdir}/motd ${sysconfdir}/nsswitch.conf ${sysconfdir}/profile"
+
+INSANE_SKIP:${PN} += "empty-dirs"