[oe-commits] [meta-openembedded] 13/19: ntp: add libgcc as runtime dependency

git at git.openembedded.org git at git.openembedded.org
Fri Apr 6 12:25:25 UTC 2018


This is an automated email from the git hooks/post-receive script.

joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

commit f9c529d0b0a772b5d66bbeb22fc7013202faf3c1
Author: Shrikant Bobade <shrikant_bobade at mentor.com>
AuthorDate: Mon Mar 5 16:25:43 2018 +0530

    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 at mentor.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/recipes-support/ntp/ntp_4.2.8p10.bb | 2 ++
 1 file changed, 2 insertions(+)

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 719c60b..6db165a 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"
 # ntp originally includes tickadj. It's split off for inclusion in small firmware images on platforms
 # with wonky clocks (e.g. OpenSlug)
 RDEPENDS_${PN} = "${PN}-tickadj"
+# ntpd require libgcc for execution
+RDEPENDS_${PN} += "libgcc"
 # Handle move from bin to utils package
 RPROVIDES_${PN}-utils = "${PN}-bin"
 RREPLACES_${PN}-utils = "${PN}-bin"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list