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

git at git.openembedded.org git at git.openembedded.org
Tue Apr 1 17:15:22 UTC 2014


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

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