[oe-commits] [meta-openembedded] 17/21: ntp : Add openssl to default PACKAGECONFIG options

git at git.openembedded.org git at git.openembedded.org
Thu Oct 20 19:13:09 UTC 2016


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

commit 812e940fd23c2a61fdba11904b03e407bd05f664
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Wed Sep 28 10:17:17 2016 +0800

    ntp : Add openssl to default PACKAGECONFIG options
    
    Add openssl to default PACKAGECONFIG options so ntp
    is configured to have crypto support by default.
    
    Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/recipes-support/ntp/ntp_4.2.8p8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8p8.bb b/meta-networking/recipes-support/ntp/ntp_4.2.8p8.bb
index f3344c0..202d1a3 100644
--- a/meta-networking/recipes-support/ntp/ntp_4.2.8p8.bb
+++ b/meta-networking/recipes-support/ntp/ntp_4.2.8p8.bb
@@ -46,7 +46,7 @@ USERADD_PARAM_${PN} = "--system --home-dir ${NTP_USER_HOME} \
                        --shell /bin/false --user-group ntp"
 
 # NB: debug is default-enabled by NTP; keep it default-enabled here.
-PACKAGECONFIG ??= "cap debug refclocks \
+PACKAGECONFIG ??= "cap debug refclocks openssl \
     ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \
 "
 PACKAGECONFIG[openssl] = "--with-openssl-libdir=${STAGING_LIBDIR} \

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


More information about the Openembedded-commits mailing list