diff options
author | Fahad Usman <fahad.usman@gmail.com> | 2014-08-28 12:36:17 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-29 23:44:36 +0100 |
commit | fa9bb3070bac86802f3a894797681386472e95a2 (patch) | |
tree | a1cde8cd4ff74ba2c9dec223a3887fb15e426879 | |
parent | 754a9c31232979b3f0c28906c28191af55e96be2 (diff) | |
download | poky-fa9bb3070bac86802f3a894797681386472e95a2.tar.gz |
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 <fahad.usman@gmail.com>
Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/meta/buildtools-tarball.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 () { | |||
69 | # so instead of exporting the variable, we use a comment here. | 69 | # so instead of exporting the variable, we use a comment here. |
70 | echo '#OECORE_NATIVE_SYSROOT="${SDKPATHNATIVE}"' >> $script | 70 | echo '#OECORE_NATIVE_SYSROOT="${SDKPATHNATIVE}"' >> $script |
71 | toolchain_create_sdk_version ${SDK_OUTPUT}/${SDKPATH}/version-${SDK_SYS} | 71 | toolchain_create_sdk_version ${SDK_OUTPUT}/${SDKPATH}/version-${SDK_SYS} |
72 | |||
73 | echo 'export GIT_SSL_CAINFO="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$script | ||
72 | } | 74 | } |