diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-21 20:30:39 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-25 13:11:47 +0100 |
commit | a5096d46fe04fc5e9bc793fa98c573706d33025a (patch) | |
tree | 5bcaf39c66cdc69bb75a94b92871db309ef59685 /meta-oe | |
parent | c796bdbf849799315204fd35d041a4ea09c5cbd8 (diff) | |
download | meta-openembedded-a5096d46fe04fc5e9bc793fa98c573706d33025a.tar.gz |
gateone: fix QA warnings
* 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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-connectivity/gateone/gateone_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-oe/recipes-connectivity/gateone/gateone_git.bb index f0f727a57..652876fa3 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() { | |||
26 | install -m 0644 ${WORKDIR}/server.conf ${D}/var/lib/gateone/server.conf | 26 | install -m 0644 ${WORKDIR}/server.conf ${D}/var/lib/gateone/server.conf |
27 | } | 27 | } |
28 | 28 | ||
29 | FILES_${PN} = "${localstatedir}/lib ${localstatedir}/log ${base_libdir} ${sysconfdir} ${PYTHON_SITEPACKAGES_DIR}" | 29 | FILES_${PN} = "${localstatedir}/lib ${localstatedir}/log ${localstatedir}/volatile/log ${base_libdir} ${sysconfdir} ${PYTHON_SITEPACKAGES_DIR}" |
30 | RDEPENDS_${PN} = "file \ | 30 | RDEPENDS_${PN} = "file \ |
31 | mime-support \ | 31 | mime-support \ |
32 | openssh-ssh \ | 32 | openssh-ssh \ |