diff options
-rw-r--r-- | meta-networking/recipes-support/ntp/ntp_4.2.8.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8.bb b/meta-networking/recipes-support/ntp/ntp_4.2.8.bb index e14921a90b..9f74f6bcc3 100644 --- a/meta-networking/recipes-support/ntp/ntp_4.2.8.bb +++ b/meta-networking/recipes-support/ntp/ntp_4.2.8.bb | |||
@@ -125,6 +125,7 @@ FILES_${PN} = "${sbindir}/ntpd ${sysconfdir}/ntp.conf ${sysconfdir}/init.d/ntpd | |||
125 | " | 125 | " |
126 | FILES_${PN}-tickadj = "${sbindir}/tickadj" | 126 | FILES_${PN}-tickadj = "${sbindir}/tickadj" |
127 | FILES_${PN}-utils = "${sbindir} ${datadir}/ntp/lib" | 127 | FILES_${PN}-utils = "${sbindir} ${datadir}/ntp/lib" |
128 | RDEPENDS_${PN}-utils += "perl" | ||
128 | FILES_ntpdate = "${sbindir}/ntpdate \ | 129 | FILES_ntpdate = "${sbindir}/ntpdate \ |
129 | ${sysconfdir}/network/if-up.d/ntpdate-sync \ | 130 | ${sysconfdir}/network/if-up.d/ntpdate-sync \ |
130 | ${bindir}/ntpdate-sync \ | 131 | ${bindir}/ntpdate-sync \ |