[meta-virtualization] [meta-cloud-services][all][PATCH] celt051: use https protocol in git fetcher

Josep Puigdemont josep.puigdemont at enea.com
Tue Sep 15 02:16:58 PDT 2015


Only the https protocol is available when cloning from
git.xiph.org currently.

Signed-off-by: Josep Puigdemont <josep.puigdemont at enea.com>
---
 recipes-support/celt051/celt051_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 
-- 
1.9.1



More information about the meta-virtualization mailing list