]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
buildtools-tarball: move setting of envvars to respective envfile
authorChangqing Li <changqing.li@windriver.com>
Tue, 8 Apr 2025 09:38:21 +0000 (17:38 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Apr 2025 10:49:15 +0000 (11:49 +0100)
commit9d8ebfcd55ad274e79cb81f162397c8f39f4287b
tree4866ab8a4112d6076f4db30f1f13ce2fea69a5a1
parent0f745024fd40518f98390008b4f613d5641df416
buildtools-tarball: move setting of envvars to respective envfile

* make git,curl,python3-requests align with openssl, move the setting of
  envvars into respective envfile
* for environment.d-openssl.sh, also check if ca-certificates.crt exist
  before export envvars

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssl/files/environment.d-openssl.sh
meta/recipes-core/meta/buildtools-tarball.bb
meta/recipes-devtools/git/git/environment.d-git.sh [new file with mode: 0644]
meta/recipes-devtools/git/git_2.49.0.bb
meta/recipes-devtools/python/python3-requests/environment.d-python3-requests.sh [new file with mode: 0644]
meta/recipes-devtools/python/python3-requests_2.32.3.bb
meta/recipes-support/curl/curl/environment.d-curl.sh [new file with mode: 0644]
meta/recipes-support/curl/curl_8.12.1.bb