diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-03-30 00:54:07 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-20 10:46:49 +0200 |
commit | d8d44aeb941ae22ce4f3ec800508bffd913c6e0b (patch) | |
tree | c37e68ef98e530c395b1d58ff7a49007e1415afe /meta-networking | |
parent | 5159767f699eb1924f1f04cae1ac5e0c4e4772b6 (diff) | |
download | meta-openembedded-d8d44aeb941ae22ce4f3ec800508bffd913c6e0b.tar.gz |
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@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-daemons/atftp/atftp_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
49 | FILES_${PN} = "${bindir}/*" | 49 | FILES_${PN} = "${bindir}/*" |
50 | 50 | ||
51 | FILES_${PN}d = "${sbindir}/* \ | 51 | FILES_${PN}d = "${sbindir}/* \ |
52 | ${sysconfdir}/init.d/* \ | 52 | ${sysconfdir} \ |
53 | /srv/tftp \ | 53 | /srv/tftp \ |
54 | ${systemd_unitdir}/system/atftpd.service \ | 54 | ${systemd_unitdir}/system/atftpd.service \ |
55 | " | 55 | " |