From e4c9e702d2081dd4342c4690412586aa36448b03 Mon Sep 17 00:00:00 2001 From: Tibor Nagy Date: Thu, 23 Nov 2017 22:28:19 +0100 Subject: [PATCH] Add ca-certificates dependency for git --- recipes/git/recipe.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/git/recipe.sh b/recipes/git/recipe.sh index f9b212c4f..e2e001672 100644 --- a/recipes/git/recipe.sh +++ b/recipes/git/recipe.sh @@ -1,6 +1,7 @@ VERSION=2.13.1 TAR=https://www.kernel.org/pub/software/scm/git/git-$VERSION.tar.xz BUILD_DEPENDS=(zlib curl openssl expat) +DEPENDS="ca-certificates" export AR="${HOST}-ar" export AS="${HOST}-as"