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.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-networking/recipes-support/ntp/ntp.inc b/meta-networking/recipes-support/ntp/ntp.inc
index 7876c0b79d..9c3e0d16c8 100644
--- a/meta-networking/recipes-support/ntp/ntp.inc
+++ b/meta-networking/recipes-support/ntp/ntp.inc
@@ -29,7 +29,7 @@ inherit autotools update-rc.d useradd systemd
29 29
30# The ac_cv_header_readline_history is to stop ntpdc depending on either 30# The ac_cv_header_readline_history is to stop ntpdc depending on either
31# readline or curses 31# readline or curses
32EXTRA_OECONF += "--with-net-snmp-config=no --without-ntpsnmpd ac_cv_header_readline_history_h=no" 32EXTRA_OECONF += "--with-net-snmp-config=no --without-ntpsnmpd ac_cv_header_readline_history_h=no --with-binsubdir=sbin"
33CFLAGS_append = " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED" 33CFLAGS_append = " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED"
34 34
35USERADD_PACKAGES = "${PN}" 35USERADD_PACKAGES = "${PN}"
@@ -101,18 +101,18 @@ RCONFLICTS_ntpdate += "ntpdate-systemd"
101 101
102RSUGGESTS_${PN} = "iana-etc" 102RSUGGESTS_${PN} = "iana-etc"
103 103
104FILES_${PN} = "${bindir}/ntpd ${sysconfdir}/ntp.conf ${sysconfdir}/init.d/ntpd ${sbindir} ${libdir} \ 104FILES_${PN} = "${sbindir}/ntpd ${sysconfdir}/ntp.conf ${sysconfdir}/init.d/ntpd ${libdir} \
105 ${systemd_unitdir}/ntp-units.d/60-ntpd.list \ 105 ${systemd_unitdir}/ntp-units.d/60-ntpd.list \
106" 106"
107FILES_${PN}-tickadj = "${bindir}/tickadj" 107FILES_${PN}-tickadj = "${sbindir}/tickadj"
108FILES_${PN}-utils = "${bindir}" 108FILES_${PN}-utils = "${sbindir}"
109FILES_ntpdate = "${bindir}/ntpdate \ 109FILES_ntpdate = "${sbindir}/ntpdate \
110 ${sysconfdir}/network/if-up.d/ntpdate-sync \ 110 ${sysconfdir}/network/if-up.d/ntpdate-sync \
111 ${bindir}/ntpdate-sync \ 111 ${bindir}/ntpdate-sync \
112 ${sysconfdir}/default/ntpdate \ 112 ${sysconfdir}/default/ntpdate \
113 ${systemd_unitdir}/system/ntpdate.service \ 113 ${systemd_unitdir}/system/ntpdate.service \
114" 114"
115FILES_sntp = "${bindir}/sntp \ 115FILES_sntp = "${sbindir}/sntp \
116 ${sysconfdir}/default/sntp \ 116 ${sysconfdir}/default/sntp \
117 " 117 "
118 118