diff options
| author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-09-15 11:16:58 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-09-16 16:03:26 -0400 |
| commit | dff1e79e466de9e56d1efb458e6b6a703276513e (patch) | |
| tree | d26ea2a0553a1869ed1515969c9f9081beb49f58 /recipes-support | |
| parent | 60ef0dc69922d4f9a40611ffc373af7aeb6f5c26 (diff) | |
| download | meta-cloud-services-dff1e79e466de9e56d1efb458e6b6a703276513e.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.bb | 2 |
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 | ||
| 18 | SRCREV = "5555aae843f57241d005e330b9cb65602d56db0f" | 18 | SRCREV = "5555aae843f57241d005e330b9cb65602d56db0f" |
| 19 | 19 | ||
| 20 | SRC_URI = "git://git.xiph.org/celt.git;branch=compat-v0.5.1" | 20 | SRC_URI = "git://git.xiph.org/celt.git;branch=compat-v0.5.1;protocol=https" |
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
| 23 | 23 | ||
