[OE-core] [PATCH] gnutls: Use the sysconfdir variable for the ca-certificates path

2019-06-06 Thread Philippe Normand
Signed-off-by: Philippe Normand --- meta/recipes-support/gnutls/gnutls_3.6.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/gnutls/gnutls_3.6.7.bb b/meta/recipes-support/gnutls/gnutls_3.6.7.bb index 01dd23c961..b27526a64e 100644 --- a/meta/recipes

Re: [OE-core] [PATCH 2/3] p11-kit: Enable nativesdk and trust-paths option

2019-06-05 Thread Philippe Normand
Hi Ross, Thanks for the review! On Wed, 2019-06-05 at 17:09 +0100, Burton, Ross wrote: > On Thu, 30 May 2019 at 14:48, Philippe Normand > wrote: > > +PACKAGECONFIG ??= "trust-paths" > > PACKAGECONFIG[trust-paths] = "--with-trust- > > paths=/etc/ssl/ce

[OE-core] GStreamer recipes migration to Meson and _git.bb recipes?

2019-06-03 Thread Philippe Normand
Hi folks, It would be convenient to have _git.bb GStreamer recipes, for development purposes. There were some in the past but they were not very well maintained and they had outdated SRCREVs. Would it be acceptable to include _git.bb recipes relying on ${AUTOREV} in the tree? We also plan to

[OE-core] [warrior][PATCH] gnutls: Use ca-certificates as default trust store file

2019-06-03 Thread Philippe Normand
Since version 2.58 the glib-networking TLS database relies on GnuTLS's system trust store, so not enabling it leads to TLS errors in applications depending on glib-networking. The raised runtime warning is: process:500): GLib-Net-WARNING **: 09:14:09.321: Failed to load TLS database: Failed to

[OE-core] [PATCH v2] at-spi2: Make X11 support truly optional

2019-05-31 Thread Philippe Normand
X11 support in at-spi2-core can be turned off at compile time, so leverage this and disable it when X11 is not present in DISTRO_FEATURES. Signed-off-by: Philippe Normand --- Patch updated for at-spi2-core 2.32. meta/recipes-support/atk/at-spi2-atk_2.32.0.bb | 3 --- meta/recipes-support/atk

[OE-core] [PATCH] at-spi2: Make X11 support truly optional

2019-05-31 Thread Philippe Normand
X11 support in at-spi2-core can be turned off at compile time, so leverage this and disable it when X11 is not present in DISTRO_FEATURES. Signed-off-by: Philippe Normand --- meta/recipes-support/atk/at-spi2-atk_2.32.0.bb | 3 --- meta/recipes-support/atk/at-spi2-core_2.32.1.bb | 4 +++- 2

Re: [OE-core] [PATCH v2] cmake: Use compiler launcher variable when ccache is enabled

2019-05-31 Thread Philippe Normand
Please let me know if there's anything left to address with this patch :) Philippe -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH] gnutls: Use ca-certificates as default trust store file

2019-05-31 Thread Philippe Normand
Since version 2.58 the glib-networking TLS database relies on GnuTLS's system trust store, so not enabling it leads to TLS errors in applications depending on glib-networking. The raised runtime warning is: process:500): GLib-Net-WARNING **: 09:14:09.321: Failed to load TLS database: Failed to

Re: [OE-core] [PATCH] gnutls: Add a config option to enable the pkcs11 trust store

2019-05-30 Thread Philippe Normand
On Thu, 2019-05-30 at 16:50 +0100, Richard Purdie wrote: > On Thu, 2019-05-30 at 15:47 +0100, Philippe Normand wrote: > > On Thu, 2019-05-30 at 17:06 +0300, Adrian Bunk wrote: > > > On Thu, May 30, 2019 at 02:30:14PM +0100, Philippe Normand wrote: > > > > Hi Ad

Re: [OE-core] [PATCH] gnutls: Add a config option to enable the pkcs11 trust store

2019-05-30 Thread Philippe Normand
On Thu, 2019-05-30 at 17:06 +0300, Adrian Bunk wrote: > On Thu, May 30, 2019 at 02:30:14PM +0100, Philippe Normand wrote: > > Hi Adrian, > > Hi Philippe, > > > On Thu, 2019-05-30 at 15:17 +0300, Adrian Bunk wrote: > > ... > > > 2. Wouldn't the more co

[OE-core] [PATCH 3/3] gnutls: Add a config option to enable the pkcs11 trust store

2019-05-30 Thread Philippe Normand
Since version 2.60 the glib-networking TLS database relies on GnuTLS's system trust store, so not enabling it leads to TLS errors in applications depending on glib-networking. The raised runtime warning is: process:500): GLib-Net-WARNING **: 09:14:09.321: Failed to load TLS database: Failed to

[OE-core] [PATCH 2/3] p11-kit: Enable nativesdk and trust-paths option

2019-05-30 Thread Philippe Normand
This is required before enabling p11-kit support by default in gnutls. Signed-off-by: Philippe Normand --- meta/recipes-support/p11-kit/p11-kit_0.23.16.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/p11-kit/p11-kit_0.23.16.1.bb b/meta/recipes

[OE-core] [PATCH 1/3] libtasn1: Enable nativesdk support

2019-05-30 Thread Philippe Normand
This is required before enabling p11-kit support by default in gnutls. Signed-off-by: Philippe Normand --- meta/recipes-support/gnutls/libtasn1_4.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/gnutls/libtasn1_4.13.bb b/meta/recipes-support/gnutls

Re: [OE-core] [PATCH] gnutls: Add a config option to enable the pkcs11 trust store

2019-05-30 Thread Philippe Normand
Hi Adrian, On Thu, 2019-05-30 at 15:17 +0300, Adrian Bunk wrote: > On Thu, May 30, 2019 at 11:12:21AM +0100, Philippe Normand wrote: > > Since version 2.60 the glib-networking TLS database relies on > > GnuTLS's system > > trust store, so not enabling it leads to TLS e

Re: [OE-core] [PATCH] gnutls: Add a config option to enable the pkcs11 trust store

2019-05-30 Thread Philippe Normand
On Thu, 2019-05-30 at 12:46 +0100, richard.pur...@linuxfoundation.org wrote: > On Thu, 2019-05-30 at 12:43 +0100, Philippe Normand wrote: > > On Thu, 2019-05-30 at 12:38 +0100, Richard Purdie wrote: > > > On Thu, 2019-05-30 at 11:12 +0100, Philippe Normand wrote: > >

Re: [OE-core] [PATCH] gnutls: Add a config option to enable the pkcs11 trust store

2019-05-30 Thread Philippe Normand
On Thu, 2019-05-30 at 12:38 +0100, Richard Purdie wrote: > On Thu, 2019-05-30 at 11:12 +0100, Philippe Normand wrote: > > Since version 2.60 the glib-networking TLS database relies on > > GnuTLS's system > > trust store, so not enabling it leads to TLS errors in appli

[OE-core] [PATCH] gnutls: Add a config option to enable the pkcs11 trust store

2019-05-30 Thread Philippe Normand
Since version 2.60 the glib-networking TLS database relies on GnuTLS's system trust store, so not enabling it leads to TLS errors in applications depending on glib-networking. The raised runtime warning is: process:500): GLib-Net-WARNING **: 09:14:09.321: Failed to load TLS database: Failed to

Re: [OE-core] [PATCH v2] cmake: Use compiler launcher variable when ccache is enabled

2019-05-29 Thread Philippe Normand
Setting the CMAKE_C{,XX}_COMPILER_LAUNCHER variables is the recomended way to deal with ccache in CMake. It allows build scripts to optionally opt-out of ccache, which is especially useful when the pre-processed GCC output is required. Signed-off-by: Philippe Normand --- meta/classes

Re: [OE-core] [PATCH] cmake: Use compiler launcher variable when ccache is enabled

2019-05-28 Thread Philippe Normand
On 2019-05-28 20:22, Andre McCurdy wrote: > On Tue, May 28, 2019 at 12:13 PM Philippe Normand wrote: >> >> Setting the CMAKE_C{,XX}_COMPILER_LAUNCHER variables is the recomended way to >> deal with ccache in CMake. It allows build scripts to optionally opt-out of >>

[OE-core] [PATCH] cmake: Use compiler launcher variable when ccache is enabled

2019-05-28 Thread Philippe Normand
Setting the CMAKE_C{,XX}_COMPILER_LAUNCHER variables is the recomended way to deal with ccache in CMake. It allows build scripts to optionally opt-out of CMake, which is especially useful when the pre-processed GCC output is required. Signed-off-by: Philippe Normand --- meta/classes