From 0de78a69e07c7146aea93c60c874d4f3023afca2 Mon Sep 17 00:00:00 2001 From: Josep Puigdemont Date: Tue, 15 Sep 2015 11:16:58 +0200 Subject: celt051: use https protocol in git fetcher Only the https protocol is available when cloning from git.xiph.org currently. Signed-off-by: Josep Puigdemont Signed-off-by: Bruce Ashfield --- recipes-support/celt051/celt051_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-support') diff --git a/recipes-support/celt051/celt051_git.bb b/recipes-support/celt051/celt051_git.bb index 686c962..ee38821 100644 --- a/recipes-support/celt051/celt051_git.bb +++ b/recipes-support/celt051/celt051_git.bb @@ -17,7 +17,7 @@ PR = "r0" SRCREV = "5555aae843f57241d005e330b9cb65602d56db0f" -SRC_URI = "git://git.xiph.org/celt.git;branch=compat-v0.5.1" +SRC_URI = "git://git.xiph.org/celt.git;branch=compat-v0.5.1;protocol=https" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf