diff options
| author | Shrikant Bobade <shrikant_bobade@mentor.com> | 2018-03-05 16:25:43 +0530 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2018-04-06 08:12:20 -0400 |
| commit | f9c529d0b0a772b5d66bbeb22fc7013202faf3c1 (patch) | |
| tree | 6ca6e7a42622a4d0f5ddc60e2ebf8c655e09fc33 | |
| parent | 6a392dfd791c148449673b31d2db412a77d3fc4d (diff) | |
| download | meta-openembedded-f9c529d0b0a772b5d66bbeb22fc7013202faf3c1.tar.gz | |
ntp: add libgcc as runtime dependency
libgcc is required by ntpd for execution, so add it as runtime dependency.
ntpd execution ref. log.
~# /etc/init.d/ntpd start
Starting ntpd: libgcc_s.so.1 must be installed for pthread_cancel to work
Aborted
done
~#
Signed-off-by: Shrikant Bobade <shrikant_bobade@mentor.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
| -rw-r--r-- | meta-networking/recipes-support/ntp/ntp_4.2.8p10.bb | 2 |
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) |
| 111 | RDEPENDS_${PN} = "${PN}-tickadj" | 111 | RDEPENDS_${PN} = "${PN}-tickadj" |
| 112 | # ntpd require libgcc for execution | ||
| 113 | RDEPENDS_${PN} += "libgcc" | ||
| 112 | # Handle move from bin to utils package | 114 | # Handle move from bin to utils package |
| 113 | RPROVIDES_${PN}-utils = "${PN}-bin" | 115 | RPROVIDES_${PN}-utils = "${PN}-bin" |
| 114 | RREPLACES_${PN}-utils = "${PN}-bin" | 116 | RREPLACES_${PN}-utils = "${PN}-bin" |
