diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2016-09-28 10:17:17 +0800 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-10-20 11:17:38 -0400 |
| commit | 812e940fd23c2a61fdba11904b03e407bd05f664 (patch) | |
| tree | 2fe1bc661020df026c3fc58a1c869db327930e08 | |
| parent | 8760099c3da9dd6f7b66fd5bd4ffe2a0eab41986 (diff) | |
| download | meta-openembedded-812e940fd23c2a61fdba11904b03e407bd05f664.tar.gz | |
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>
| -rw-r--r-- | meta-networking/recipes-support/ntp/ntp_4.2.8p8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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} \ | |||
| 46 | --shell /bin/false --user-group ntp" | 46 | --shell /bin/false --user-group ntp" |
| 47 | 47 | ||
| 48 | # NB: debug is default-enabled by NTP; keep it default-enabled here. | 48 | # NB: debug is default-enabled by NTP; keep it default-enabled here. |
| 49 | PACKAGECONFIG ??= "cap debug refclocks \ | 49 | PACKAGECONFIG ??= "cap debug refclocks openssl \ |
| 50 | ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \ | 50 | ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \ |
| 51 | " | 51 | " |
| 52 | PACKAGECONFIG[openssl] = "--with-openssl-libdir=${STAGING_LIBDIR} \ | 52 | PACKAGECONFIG[openssl] = "--with-openssl-libdir=${STAGING_LIBDIR} \ |
