summaryrefslogtreecommitdiffstats
path: root/meta-systemd
diff options
context:
space:
mode:
Diffstat (limited to 'meta-systemd')
-rw-r--r--meta-systemd/meta-oe/recipes-extended/atftp/atftp_git.bbappend12
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
7SRC_URI += "file://atftpd.service" 7SRC_URI += "file://atftpd.service"
8 8
9SYSTEMD_PACKAGES = "atftpd" 9SYSTEMD_PACKAGES = "${PN}d"
10SYSTEMD_SERVICE_atftpd = "atftpd.service" 10SYSTEMD_SERVICE_${PN}d = "atftpd.service"
11FILES_atftpd += "${systemd_unitdir}/system/atftpd.service" 11FILES_${PN}d += "${systemd_unitdir}/system/atftpd.service"
12RPROVIDES_atftpd += "atftpd-systemd" 12RPROVIDES_${PN}d += "${PN}d-systemd"
13RREPLACES_atftpd += "atftpd-systemd" 13RREPLACES_${PN}d += "${PN}d-systemd"
14RCONFLICTS_atftpd += "atftpd-systemd" 14RCONFLICTS_${PN}d += "${PN}d-systemd"
15do_install_append() { 15do_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