diff options
-rw-r--r-- | meta-networking/recipes-support/ntp/ntp.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/ntp/ntp.inc b/meta-networking/recipes-support/ntp/ntp.inc index 004dc9beed..79e7401dce 100644 --- a/meta-networking/recipes-support/ntp/ntp.inc +++ b/meta-networking/recipes-support/ntp/ntp.inc | |||
@@ -65,7 +65,7 @@ do_install_append() { | |||
65 | install -m 0644 ${WORKDIR}/sntp.service ${D}${systemd_unitdir}/system/ | 65 | install -m 0644 ${WORKDIR}/sntp.service ${D}${systemd_unitdir}/system/ |
66 | } | 66 | } |
67 | 67 | ||
68 | PACKAGES += "ntpdate ${PN}-tickadj ${PN}-utils sntp" | 68 | PACKAGES += "ntpdate sntp ${PN}-tickadj ${PN}-utils" |
69 | # NOTE: you don't need ntpdate, use "ntpd -q -g -x" | 69 | # NOTE: you don't need ntpdate, use "ntpd -q -g -x" |
70 | 70 | ||
71 | # ntp originally includes tickadj. It's split off for inclusion in small firmware images on platforms | 71 | # ntp originally includes tickadj. It's split off for inclusion in small firmware images on platforms |