From abd7d676b2cfdaa1ca591001a047cc746c9a589e Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Thu, 12 Nov 2015 17:25:41 +0900 Subject: Added comment to ca-certificates.morph in core. Added comment to highlight the reason why we run update-ca-certificates in the make install phase. Change-Id: Ic2f19ebe562067fd86038b5ed49e64632ece617d --- strata/core/ca-certificates.morph | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/strata/core/ca-certificates.morph b/strata/core/ca-certificates.morph index 5bdb18ea..195d45d4 100644 --- a/strata/core/ca-certificates.morph +++ b/strata/core/ca-certificates.morph @@ -11,6 +11,13 @@ install-commands: - | cd "$DESTDIR"/usr/share/ca-certificates find * -type f > "$DESTDIR"/etc/ca-certificates.conf +# +# The curl build requires some certificates to be present +# at build time. Building curl without the certificates +# installed results in a git which cannot use https. +# +# See: http://listmaster.pepperfish.net/pipermail/baserock-dev-baserock.org/2015-January/010419.html +# - | export CERTSCONF="$DESTDIR/etc/ca-certificates.conf" export CERTSDIR="$DESTDIR/usr/share/ca-certificates" -- cgit v1.2.1