[oe-commits] Martin Jansa : atftp: include whole sysconfdir in PN

git at git.openembedded.org git at git.openembedded.org
Sun Apr 20 08:52:48 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: d8d44aeb941ae22ce4f3ec800508bffd913c6e0b
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=d8d44aeb941ae22ce4f3ec800508bffd913c6e0b

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Mar 30 00:54:07 2014 +0100

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 <Martin.Jansa at gmail.com>

---

 meta-networking/recipes-daemons/atftp/atftp_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-daemons/atftp/atftp_git.bb b/meta-networking/recipes-daemons/atftp/atftp_git.bb
index ffc0bc8..ee84f77 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 \
 "



More information about the Openembedded-commits mailing list