diff options
Diffstat (limited to 'meta-networking/recipes-support/ntp/ntp.inc')
| -rw-r--r-- | meta-networking/recipes-support/ntp/ntp.inc | 12 |
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 |
| 32 | EXTRA_OECONF += "--with-net-snmp-config=no --without-ntpsnmpd ac_cv_header_readline_history_h=no" | 32 | EXTRA_OECONF += "--with-net-snmp-config=no --without-ntpsnmpd ac_cv_header_readline_history_h=no --with-binsubdir=sbin" |
| 33 | CFLAGS_append = " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED" | 33 | CFLAGS_append = " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED" |
| 34 | 34 | ||
| 35 | USERADD_PACKAGES = "${PN}" | 35 | USERADD_PACKAGES = "${PN}" |
| @@ -101,18 +101,18 @@ RCONFLICTS_ntpdate += "ntpdate-systemd" | |||
| 101 | 101 | ||
| 102 | RSUGGESTS_${PN} = "iana-etc" | 102 | RSUGGESTS_${PN} = "iana-etc" |
| 103 | 103 | ||
| 104 | FILES_${PN} = "${bindir}/ntpd ${sysconfdir}/ntp.conf ${sysconfdir}/init.d/ntpd ${sbindir} ${libdir} \ | 104 | FILES_${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 | " |
| 107 | FILES_${PN}-tickadj = "${bindir}/tickadj" | 107 | FILES_${PN}-tickadj = "${sbindir}/tickadj" |
| 108 | FILES_${PN}-utils = "${bindir}" | 108 | FILES_${PN}-utils = "${sbindir}" |
| 109 | FILES_ntpdate = "${bindir}/ntpdate \ | 109 | FILES_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 | " |
| 115 | FILES_sntp = "${bindir}/sntp \ | 115 | FILES_sntp = "${sbindir}/sntp \ |
| 116 | ${sysconfdir}/default/sntp \ | 116 | ${sysconfdir}/default/sntp \ |
| 117 | " | 117 | " |
| 118 | 118 | ||
