瀏覽代碼

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@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Jackie Huang 7 年之前
父節點
當前提交
812e940fd2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      meta-networking/recipes-support/ntp/ntp_4.2.8p8.bb

+ 1 - 1
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} \