summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb b/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb
index 50f5477f27..2ae53dc640 100644
--- a/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb
+++ b/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb
@@ -139,8 +139,9 @@ PACKAGES += "ntpdate sntp ntpdc ntpq ${PN}-tickadj ${PN}-utils"
139# ntp originally includes tickadj. It's split off for inclusion in small firmware images on platforms 139# ntp originally includes tickadj. It's split off for inclusion in small firmware images on platforms
140# with wonky clocks (e.g. OpenSlug) 140# with wonky clocks (e.g. OpenSlug)
141RDEPENDS:${PN} = "${PN}-tickadj" 141RDEPENDS:${PN} = "${PN}-tickadj"
142# ntpd require libgcc for execution 142# ntpd & sntp require libgcc for execution due to phtread_cancel/pthread_exit calls
143RDEPENDS:${PN} += "libgcc" 143RDEPENDS:${PN} += "libgcc"
144RDEPENDS:sntp += "libgcc"
144# Handle move from bin to utils package 145# Handle move from bin to utils package
145RPROVIDES:${PN}-utils = "${PN}-bin" 146RPROVIDES:${PN}-utils = "${PN}-bin"
146RREPLACES:${PN}-utils = "${PN}-bin" 147RREPLACES:${PN}-utils = "${PN}-bin"