[oe] [meta-networking][PATCH] ntp : Add openssl to default PACKAGECONFIG options

Khem Raj raj.khem at gmail.com
Wed Sep 28 16:37:38 UTC 2016


Is this the common usecase ?

On Sep 27, 2016 7:35 PM, <jackie.huang at windriver.com> wrote:

> From: Jackie Huang <jackie.huang at windriver.com>
>
> 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>
> ---
>  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} \
> --
> 2.8.3
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>



More information about the Openembedded-devel mailing list