From patchwork Tue Jan 22 12:20:57 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,meta-networking,meta-xfce,2/4] gateone: fix QA warnings Date: Tue, 22 Jan 2013 12:20:57 -0000 From: Martin Jansa X-Patchwork-Id: 43177 Message-Id: <1358857259-11444-2-git-send-email-Martin.Jansa@gmail.com> To: openembedded-devel@lists.openembedded.org * gateone-1.1: gateone: Files/directories were installed but not shipped /var/volatile /var/volatile/log /var/volatile/log/gateone Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity/gateone/gateone_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-oe/recipes-connectivity/gateone/gateone_git.bb index f0f727a..652876f 100644 --- a/meta-oe/recipes-connectivity/gateone/gateone_git.bb +++ b/meta-oe/recipes-connectivity/gateone/gateone_git.bb @@ -26,7 +26,7 @@ do_install_append() { install -m 0644 ${WORKDIR}/server.conf ${D}/var/lib/gateone/server.conf } -FILES_${PN} = "${localstatedir}/lib ${localstatedir}/log ${base_libdir} ${sysconfdir} ${PYTHON_SITEPACKAGES_DIR}" +FILES_${PN} = "${localstatedir}/lib ${localstatedir}/log ${localstatedir}/volatile/log ${base_libdir} ${sysconfdir} ${PYTHON_SITEPACKAGES_DIR}" RDEPENDS_${PN} = "file \ mime-support \ openssh-ssh \