diff options
Diffstat (limited to 'meta-systemd/meta-networking/recipes-support/ntp/ntp_4.2.6p5.bbappend')
| -rw-r--r-- | meta-systemd/meta-networking/recipes-support/ntp/ntp_4.2.6p5.bbappend | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-systemd/meta-networking/recipes-support/ntp/ntp_4.2.6p5.bbappend b/meta-systemd/meta-networking/recipes-support/ntp/ntp_4.2.6p5.bbappend deleted file mode 100644 index 7f2a796168..0000000000 --- a/meta-systemd/meta-networking/recipes-support/ntp/ntp_4.2.6p5.bbappend +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | inherit systemd | ||
| 2 | |||
| 3 | PRINC := "${@int(PRINC) + 2}" | ||
| 4 | |||
| 5 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 6 | |||
| 7 | SYSTEMD_PACKAGES = "${PN} ntpdate" | ||
| 8 | SYSTEMD_SERVICE_${PN} = "ntpd.service" | ||
| 9 | SYSTEMD_SERVICE_ntpdate = "ntpdate.service" | ||
| 10 | RPROVIDES_${PN} += "${PN}-systemd" | ||
| 11 | RREPLACES_${PN} += "${PN}-systemd" | ||
| 12 | RCONFLICTS_${PN} += "${PN}-systemd" | ||
| 13 | RPROVIDES_ntpdate += "ntpdate-systemd" | ||
| 14 | RREPLACES_ntpdate += "ntpdate-systemd" | ||
| 15 | RCONFLICTS_ntpdate += "ntpdate-systemd" | ||
| 16 | |||
| 17 | FILES_ntpdate += "${systemd_unitdir}/system/ntpdate.service" | ||
| 18 | |||
| 19 | SRC_URI += " \ | ||
| 20 | file://ntpdate.service \ | ||
| 21 | file://ntpd.service \ | ||
| 22 | " | ||
| 23 | |||
| 24 | do_install_append() { | ||
| 25 | install -d ${D}${systemd_unitdir}/system | ||
| 26 | install -m 0644 ${WORKDIR}/ntpdate.service ${D}${systemd_unitdir}/system/ | ||
| 27 | install -m 0644 ${WORKDIR}/ntpd.service ${D}${systemd_unitdir}/system/ | ||
| 28 | } | ||
