summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/ntp/ntp.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/ntp/ntp.inc')
-rw-r--r--meta-networking/recipes-support/ntp/ntp.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/ntp/ntp.inc b/meta-networking/recipes-support/ntp/ntp.inc
index 6e8b452cc..65d90decb 100644
--- a/meta-networking/recipes-support/ntp/ntp.inc
+++ b/meta-networking/recipes-support/ntp/ntp.inc
@@ -22,6 +22,7 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.g
22 file://ntpd.service \ 22 file://ntpd.service \
23 file://sntp.service \ 23 file://sntp.service \
24 file://sntp \ 24 file://sntp \
25 file://ntpd.list \
25" 26"
26 27
27inherit autotools update-rc.d systemd 28inherit autotools update-rc.d systemd
@@ -65,6 +66,10 @@ do_install_append() {
65 install -m 0644 ${WORKDIR}/ntpdate.service ${D}${systemd_unitdir}/system/ 66 install -m 0644 ${WORKDIR}/ntpdate.service ${D}${systemd_unitdir}/system/
66 install -m 0644 ${WORKDIR}/ntpd.service ${D}${systemd_unitdir}/system/ 67 install -m 0644 ${WORKDIR}/ntpd.service ${D}${systemd_unitdir}/system/
67 install -m 0644 ${WORKDIR}/sntp.service ${D}${systemd_unitdir}/system/ 68 install -m 0644 ${WORKDIR}/sntp.service ${D}${systemd_unitdir}/system/
69
70 # see http://www.freedesktop.org/wiki/Software/systemd/timedated/
71 install -d ${D}${libdir}/systemd/ntp-units.d
72 install -m 0644 ${WORKDIR}/ntpd.list ${D}${libdir}/systemd/ntp-units.d/60-ntpd.list
68} 73}
69 74
70PACKAGES += "ntpdate sntp ${PN}-tickadj ${PN}-utils" 75PACKAGES += "ntpdate sntp ${PN}-tickadj ${PN}-utils"