From: Fahad Usman Date: Thu, 28 Aug 2014 07:36:17 +0000 (+0500) Subject: buildtools-tarball: export GIT_SSL_CAINFO X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~32566 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=260ea7b85ecacf2fcd4d09fa2f602d3e4368ef69;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 07e8e37383e..283312cee20 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 }