All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] ntp : Add openssl to default PACKAGECONFIG options
@ 2016-09-28  2:17 jackie.huang
  2016-09-28 16:37 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: jackie.huang @ 2016-09-28  2:17 UTC (permalink / raw)
  To: openembedded-devel

From: Jackie Huang <jackie.huang@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@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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-networking][PATCH] ntp : Add openssl to default PACKAGECONFIG options
  2016-09-28  2:17 [meta-networking][PATCH] ntp : Add openssl to default PACKAGECONFIG options jackie.huang
@ 2016-09-28 16:37 ` Khem Raj
  2016-09-29  1:55   ` Huang, Jie (Jackie)
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2016-09-28 16:37 UTC (permalink / raw)
  To: openembedded-devel

Is this the common usecase ?

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

> From: Jackie Huang <jackie.huang@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@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-networking][PATCH] ntp : Add openssl to default PACKAGECONFIG options
  2016-09-28 16:37 ` Khem Raj
@ 2016-09-29  1:55   ` Huang, Jie (Jackie)
  0 siblings, 0 replies; 3+ messages in thread
From: Huang, Jie (Jackie) @ 2016-09-29  1:55 UTC (permalink / raw)
  To: openembedded-devel



> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-
> bounces@lists.openembedded.org] On Behalf Of Khem Raj
> Sent: Thursday, September 29, 2016 12:38 AM
> To: openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] [meta-networking][PATCH] ntp : Add openssl to default PACKAGECONFIG options
> 
> Is this the common usecase ?

I guess so, It's been the default option in our distro, and I checked that it's also enabled
in popular Linux distributions like debian/Ubuntu, redhat/fedora and opensuse.

Thanks,
Jackie

> 
> On Sep 27, 2016 7:35 PM, <jackie.huang@windriver.com> wrote:
> 
> > From: Jackie Huang <jackie.huang@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@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@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-29  1:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-28  2:17 [meta-networking][PATCH] ntp : Add openssl to default PACKAGECONFIG options jackie.huang
2016-09-28 16:37 ` Khem Raj
2016-09-29  1:55   ` Huang, Jie (Jackie)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.