From 812e940fd23c2a61fdba11904b03e407bd05f664 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 28 Sep 2016 10:17:17 +0800 Subject: 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 Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- meta-networking/recipes-support/ntp/ntp_4.2.8p8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-support') 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 f3344c0b50..202d1a3a12 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} \ -- cgit v1.2.3-54-g00ecf