summaryrefslogtreecommitdiffstats
path: root/meta-systemd/meta-networking/recipes-support/ntp/ntp_4.2.6p5.bbappend
diff options
context:
space:
mode:
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.bbappend28
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 @@
1inherit systemd
2
3PRINC := "${@int(PRINC) + 2}"
4
5FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
6
7SYSTEMD_PACKAGES = "${PN} ntpdate"
8SYSTEMD_SERVICE_${PN} = "ntpd.service"
9SYSTEMD_SERVICE_ntpdate = "ntpdate.service"
10RPROVIDES_${PN} += "${PN}-systemd"
11RREPLACES_${PN} += "${PN}-systemd"
12RCONFLICTS_${PN} += "${PN}-systemd"
13RPROVIDES_ntpdate += "ntpdate-systemd"
14RREPLACES_ntpdate += "ntpdate-systemd"
15RCONFLICTS_ntpdate += "ntpdate-systemd"
16
17FILES_ntpdate += "${systemd_unitdir}/system/ntpdate.service"
18
19SRC_URI += " \
20 file://ntpdate.service \
21 file://ntpd.service \
22"
23
24do_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}