summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/ntp/ntp_4.2.8p10.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8p10.bb b/meta-networking/recipes-support/ntp/ntp_4.2.8p10.bb
index 719c60b97e..6db165acec 100644
--- a/meta-networking/recipes-support/ntp/ntp_4.2.8p10.bb
+++ b/meta-networking/recipes-support/ntp/ntp_4.2.8p10.bb
@@ -109,6 +109,8 @@ PACKAGES += "ntpdate sntp ${PN}-tickadj ${PN}-utils"
109# ntp originally includes tickadj. It's split off for inclusion in small firmware images on platforms 109# ntp originally includes tickadj. It's split off for inclusion in small firmware images on platforms
110# with wonky clocks (e.g. OpenSlug) 110# with wonky clocks (e.g. OpenSlug)
111RDEPENDS_${PN} = "${PN}-tickadj" 111RDEPENDS_${PN} = "${PN}-tickadj"
112# ntpd require libgcc for execution
113RDEPENDS_${PN} += "libgcc"
112# Handle move from bin to utils package 114# Handle move from bin to utils package
113RPROVIDES_${PN}-utils = "${PN}-bin" 115RPROVIDES_${PN}-utils = "${PN}-bin"
114RREPLACES_${PN}-utils = "${PN}-bin" 116RREPLACES_${PN}-utils = "${PN}-bin"