diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2024-03-11 07:37:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-18 12:21:45 +0000 |
commit | 421083c46c97bf758496b8c58402aea5d74aa097 (patch) | |
tree | 1813739523d26624c20fc9b2f649be93245675f4 /scripts | |
parent | 7f4aa8e6a31b1a5a0c3b4db58d7fc183d6b9a03d (diff) | |
download | poky-421083c46c97bf758496b8c58402aea5d74aa097.tar.gz |
git: git-replacement-native: depend on ca-certificate
git is delegating webacces for URLs using TLS to libcurl.
However our native libcurl build does not find a ca-certificate.crt
unless its curl-native work dir still exists and thus git will
fail.
If a recipe uses AUTOREV with a git repo using https as its protocol
parsing of that recipe will fail fetching the latest HEAD.
Fix that by depending on ca-certificate and give its location
to libcurl via git's envrironment variable GIT_SSL_CAINFO.
(From OE-Core rev: 2e99ffda70fd95b5eab3de47048032349cd66f4b)
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions