[yocto] curl certificate error

2021-02-10 Thread Mauro Ziliani
Hi all I try to download the file https://github.com/google/googletest/archive/release-1.8.0.tar.gz with curl -L inside a devshell of a recipe I get this error curl: (77) error setting certificate verify locations:   CAfile: /Sources/softfx/krogoth/softfx-build/tmp/sysroots/x86_64-linux/etc

Re: [yocto] curl certificate error

2021-02-10 Thread Quentin Schulz
Hi Mauro, On Wed, Feb 10, 2021 at 01:11:07PM +0100, Mauro Ziliani wrote: > Hi all > I try to download the file > > https://github.com/google/googletest/archive/release-1.8.0.tar.gz > > with curl -L inside a devshell of a recipe > > > I get this error > > > curl: (77) error setting certificat

Re: [yocto] curl certificate error

2021-02-10 Thread Mauro Ziliani
Thank you. I have included the dependencies, but curl miss the CAfile. I have to fix the right full path by CURL_CA_BUNDLE in the recipe which uses curl-native I have changed TMP variabile in conf/local.conf Now TMP:=mytmp  (the default value was tmp) curl looks for CAFile in /home/mauro