[oe] [meta-oe][PATCH] lmdb: Pass CFLAGS to Makefile

2023-05-13 Thread Khem Raj
This ensures that __FILE__ macros is expanded correctly without buildpaths Signed-off-by: Khem Raj --- meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb b/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.b

[oe] [meta-oe][PATCH] fftw: Remove hardcoded sysroot into binaries

2023-05-13 Thread Khem Raj
FFTW_CC is added to image via version.o and its CC + CFLAGS however CC in OE containes --syroot compiler option which encodes buildpaths into binary, therefore remove this option from FFTW_CC in config.h Signed-off-by: Khem Raj --- meta-oe/recipes-support/fftw/fftw_3.3.10.bb | 1 + 1 file change

Re: [oe] bug: meta-networking: networkmanager: Langdale: duplicate NetworkManager services at runtime

2023-05-13 Thread Tim Orling
On Fri, May 12, 2023 at 2:14 PM Ken Sloat via lists.openembedded.org wrote: > Hi Adrian, > > Thanks for your quick reply. > > I was looking at the packages-split folders the other day and yes it is > packaged there. > > Thanks for pointing out rm_sysvinit_initddir. I debugged this a bit, and > it

[oe] [meta-networking][PATCH v2] openfortivpn: add new recipe

2023-05-13 Thread Petr Gotthard
A client for PPP+SSL VPN tunnel services, compatible with Fortinet VPNs. https://github.com/adrienverge/openfortivpn Signed-off-by: Petr Gotthard --- .../openfortivpn/openfortivpn_1.20.3.bb | 26 +++ 1 file changed, 26 insertions(+) create mode 100644 meta-networking/reci