diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-12 22:00:34 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-15 16:16:51 +0200 |
commit | 6bb74e9147d2c829d2e4720df1bfc81a95538b76 (patch) | |
tree | 0b6809836aa4375bdd81a46e52d2b03230ce2dd6 /meta-systemd/meta-oe/recipes-extended | |
parent | 6ac730613283cf086ddd37ca5feea4969c130ecc (diff) | |
download | meta-openembedded-6bb74e9147d2c829d2e4720df1bfc81a95538b76.tar.gz |
atftpd: fix warning about overwritting keys
* WARNING: Variable key FILES_${PN}d (${sbindir}/* ${sysconfdir}/init.d/* /srv/tftp) replaces original key FILES_atftpd ( ${systemd_unitdir}/system/atftpd.service).
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-systemd/meta-oe/recipes-extended')
-rw-r--r-- | meta-systemd/meta-oe/recipes-extended/atftp/atftp_git.bbappend | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-systemd/meta-oe/recipes-extended/atftp/atftp_git.bbappend b/meta-systemd/meta-oe/recipes-extended/atftp/atftp_git.bbappend index e58306fcc..ed9cf9dd7 100644 --- a/meta-systemd/meta-oe/recipes-extended/atftp/atftp_git.bbappend +++ b/meta-systemd/meta-oe/recipes-extended/atftp/atftp_git.bbappend | |||
@@ -6,12 +6,12 @@ inherit systemd | |||
6 | 6 | ||
7 | SRC_URI += "file://atftpd.service" | 7 | SRC_URI += "file://atftpd.service" |
8 | 8 | ||
9 | SYSTEMD_PACKAGES = "atftpd" | 9 | SYSTEMD_PACKAGES = "${PN}d" |
10 | SYSTEMD_SERVICE_atftpd = "atftpd.service" | 10 | SYSTEMD_SERVICE_${PN}d = "atftpd.service" |
11 | FILES_atftpd += "${systemd_unitdir}/system/atftpd.service" | 11 | FILES_${PN}d += "${systemd_unitdir}/system/atftpd.service" |
12 | RPROVIDES_atftpd += "atftpd-systemd" | 12 | RPROVIDES_${PN}d += "${PN}d-systemd" |
13 | RREPLACES_atftpd += "atftpd-systemd" | 13 | RREPLACES_${PN}d += "${PN}d-systemd" |
14 | RCONFLICTS_atftpd += "atftpd-systemd" | 14 | RCONFLICTS_${PN}d += "${PN}d-systemd" |
15 | do_install_append() { | 15 | do_install_append() { |
16 | install -d ${D}${systemd_unitdir}/system | 16 | install -d ${D}${systemd_unitdir}/system |
17 | install -m 0644 ${WORKDIR}/atftpd.service ${D}${systemd_unitdir}/system | 17 | install -m 0644 ${WORKDIR}/atftpd.service ${D}${systemd_unitdir}/system |