summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/ntp/ntp_4.2.6p3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/ntp/ntp_4.2.6p3.bb')
-rw-r--r--meta-oe/recipes-support/ntp/ntp_4.2.6p3.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/ntp/ntp_4.2.6p3.bb b/meta-oe/recipes-support/ntp/ntp_4.2.6p3.bb
index e2bb1a806..063d82a87 100644
--- a/meta-oe/recipes-support/ntp/ntp_4.2.6p3.bb
+++ b/meta-oe/recipes-support/ntp/ntp_4.2.6p3.bb
@@ -1,6 +1,6 @@
1require ntp.inc 1require ntp.inc
2 2
3PR = "r3" 3PR = "r4"
4 4
5inherit systemd 5inherit systemd
6 6
@@ -13,6 +13,7 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${P}.tar.gz \
13 file://ntpd \ 13 file://ntpd \
14 file://ntp.conf \ 14 file://ntp.conf \
15 file://ntpdate \ 15 file://ntpdate \
16 file://ntpdate.service \
16 file://ntpd.service \ 17 file://ntpd.service \
17" 18"
18 19
@@ -29,6 +30,7 @@ do_install_append() {
29 install -m 755 ${WORKDIR}/ntpdate ${D}/${sysconfdir}/network/if-up.d 30 install -m 755 ${WORKDIR}/ntpdate ${D}/${sysconfdir}/network/if-up.d
30 31
31 install -d ${D}${base_libdir}/systemd/system 32 install -d ${D}${base_libdir}/systemd/system
33 install -m 0644 ${WORKDIR}/ntpdate.service ${D}${base_libdir}/systemd/system/
32 install -m 0644 ${WORKDIR}/ntpd.service ${D}${base_libdir}/systemd/system/ 34 install -m 0644 ${WORKDIR}/ntpd.service ${D}${base_libdir}/systemd/system/
33} 35}
34 36