From: Fahad Usman Date: Thu, 28 Aug 2014 07:36:17 +0000 (+0500) Subject: buildtools-tarball: export GIT_SSL_CAINFO X-Git-Tag: 2015-4~1729 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=260ea7b85ecacf2fcd4d09fa2f602d3e4368ef69;p=openembedded-core.git buildtools-tarball: export GIT_SSL_CAINFO export GIT_SSL_CAINFO so git can find the certs Signed-off-by: Fahad Usman Signed-off-by: Christopher Larson Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index 07e8e37383..283312cee2 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb @@ -69,4 +69,6 @@ create_sdk_files_append () { # so instead of exporting the variable, we use a comment here. echo '#OECORE_NATIVE_SYSROOT="${SDKPATHNATIVE}"' >> $script toolchain_create_sdk_version ${SDK_OUTPUT}/${SDKPATH}/version-${SDK_SYS} + + echo 'export GIT_SSL_CAINFO="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$script }