[oe-commits] Fahad Usman : buildtools-tarball: export GIT_SSL_CAINFO

git at git.openembedded.org git at git.openembedded.org
Thu Aug 28 14:27:48 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: d8fbfe3610bd6cc3a14c87402baef49bb0db085c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d8fbfe3610bd6cc3a14c87402baef49bb0db085c

Author: Fahad Usman <fahad.usman at gmail.com>
Date:   Thu Aug 28 12:36:17 2014 +0500

buildtools-tarball: export GIT_SSL_CAINFO

export GIT_SSL_CAINFO so git can find the certs

Signed-off-by: Fahad Usman <fahad.usman at gmail.com>
Signed-off-by: Christopher Larson <kergoth at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/meta/buildtools-tarball.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index 07e8e37..283312c 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
 }



More information about the Openembedded-commits mailing list