diff options
-rw-r--r-- | meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb | 3 |
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) |
141 | RDEPENDS:${PN} = "${PN}-tickadj" | 141 | RDEPENDS:${PN} = "${PN}-tickadj" |
142 | # ntpd require libgcc for execution | 142 | # ntpd & sntp require libgcc for execution due to phtread_cancel/pthread_exit calls |
143 | RDEPENDS:${PN} += "libgcc" | 143 | RDEPENDS:${PN} += "libgcc" |
144 | RDEPENDS:sntp += "libgcc" | ||
144 | # Handle move from bin to utils package | 145 | # Handle move from bin to utils package |
145 | RPROVIDES:${PN}-utils = "${PN}-bin" | 146 | RPROVIDES:${PN}-utils = "${PN}-bin" |
146 | RREPLACES:${PN}-utils = "${PN}-bin" | 147 | RREPLACES:${PN}-utils = "${PN}-bin" |