diff options
author | Marcel Hamer <marcel@solidxs.se> | 2021-11-05 12:18:39 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-11-08 15:49:44 +0000 |
commit | b43056a31fd7dc9537b4d60802b6e074bd1c21c4 (patch) | |
tree | 20a21b5ee9a5220a35271762ecc8c4f517bb9603 /recipes-multimedia | |
parent | 59c2d6f7a8b1239bd7b587b9180c2a55f9c695a2 (diff) | |
download | meta-raspberrypi-github-dunfell.tar.gz |
recipes: Update SRC_URI protocols for githubgithub-dunfell
Use protocols=https for GitHub SRC_URIs using the conversion script in
openembedded-core.
Signed-off-by: Marcel Hamer <marcel@solidxs.se>
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/omxplayer/omxplayer_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb index 55e5a1c..82706a4 100644 --- a/recipes-multimedia/omxplayer/omxplayer_git.bb +++ b/recipes-multimedia/omxplayer/omxplayer_git.bb | |||
@@ -22,8 +22,8 @@ SRCREV_default = "f543a0d0e707ab56415f17b0ca6d397394ee8b63" | |||
22 | # This SRCREV corresponds to the v4.0.3 release of ffmpeg. | 22 | # This SRCREV corresponds to the v4.0.3 release of ffmpeg. |
23 | SRCREV_ffmpeg = "fcbd117df3077bad495e99e20f01cf93737bce76" | 23 | SRCREV_ffmpeg = "fcbd117df3077bad495e99e20f01cf93737bce76" |
24 | 24 | ||
25 | SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master \ | 25 | SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=https;branch=master \ |
26 | git://github.com/FFmpeg/FFmpeg;branch=release/4.0;protocol=git;depth=1;name=ffmpeg;destsuffix=git/ffmpeg \ | 26 | git://github.com/FFmpeg/FFmpeg;branch=release/4.0;protocol=https;depth=1;name=ffmpeg;destsuffix=git/ffmpeg \ |
27 | file://0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch \ | 27 | file://0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch \ |
28 | file://0003-Remove-strip-step-in-Makefile.patch \ | 28 | file://0003-Remove-strip-step-in-Makefile.patch \ |
29 | file://0004-Add-FFMPEG_EXTRA_CFLAGS-and-FFMPEG_EXTRA_LDFLAGS.patch \ | 29 | file://0004-Add-FFMPEG_EXTRA_CFLAGS-and-FFMPEG_EXTRA_LDFLAGS.patch \ |