From fa9bb3070bac86802f3a894797681386472e95a2 Mon Sep 17 00:00:00 2001 From: Fahad Usman Date: Thu, 28 Aug 2014 12:36:17 +0500 Subject: buildtools-tarball: export GIT_SSL_CAINFO export GIT_SSL_CAINFO so git can find the certs (From OE-Core rev: 260ea7b85ecacf2fcd4d09fa2f602d3e4368ef69) Signed-off-by: Fahad Usman Signed-off-by: Christopher Larson Signed-off-by: Richard Purdie --- meta/recipes-core/meta/buildtools-tarball.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-core') 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 } -- cgit v1.2.3-54-g00ecf