From d8d44aeb941ae22ce4f3ec800508bffd913c6e0b Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 30 Mar 2014 00:54:07 +0100 Subject: atftp: include whole sysconfdir in PN * when sysv script is removed QA warn is shown: atftp-0.7.1+gitAUTOINC+be3291a18c: atftp: Files/directories were installed but not shipped /etc empty dir doesn't cost much, so just include it Signed-off-by: Martin Jansa --- meta-networking/recipes-daemons/atftp/atftp_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-daemons') diff --git a/meta-networking/recipes-daemons/atftp/atftp_git.bb b/meta-networking/recipes-daemons/atftp/atftp_git.bb index ffc0bc874..ee84f7725 100644 --- a/meta-networking/recipes-daemons/atftp/atftp_git.bb +++ b/meta-networking/recipes-daemons/atftp/atftp_git.bb @@ -49,7 +49,7 @@ PACKAGES =+ "${PN}d" FILES_${PN} = "${bindir}/*" FILES_${PN}d = "${sbindir}/* \ - ${sysconfdir}/init.d/* \ + ${sysconfdir} \ /srv/tftp \ ${systemd_unitdir}/system/atftpd.service \ " -- cgit v1.2.3-54-g00ecf