summaryrefslogtreecommitdiffstats
path: root/recipes-support
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-09-15 11:16:58 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-09-16 16:03:35 -0400
commit0de78a69e07c7146aea93c60c874d4f3023afca2 (patch)
treedbcaa745534bdbfbfae31c89a2fc9d67d15edf1f /recipes-support
parent45cf354830301bd3ae2fedd6a2df0b999f654b96 (diff)
downloadmeta-cloud-services-0de78a69e07c7146aea93c60c874d4f3023afca2.tar.gz
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 <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/celt051/celt051_git.bb2
1 files changed, 1 insertions, 1 deletions
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"
17 17
18SRCREV = "5555aae843f57241d005e330b9cb65602d56db0f" 18SRCREV = "5555aae843f57241d005e330b9cb65602d56db0f"
19 19
20SRC_URI = "git://git.xiph.org/celt.git;branch=compat-v0.5.1" 20SRC_URI = "git://git.xiph.org/celt.git;branch=compat-v0.5.1;protocol=https"
21 21
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23