diff options
author | Steffen Doster <Steffen.Doster@tq-group.com> | 2024-09-13 10:55:58 +0200 |
---|---|---|
committer | Steffen Doster <Steffen.Doster@tq-group.com> | 2024-09-13 10:55:58 +0200 |
commit | 966cc53e761425628d175fa5908f759ee457757a (patch) | |
tree | 29de98a404ce0f815a6ea518d6d6f0c2798dc9db /recipes-multimedia | |
parent | 1d786c5f29401ba8e24d68cf88d75014715e8e1c (diff) | |
download | meta-freescale-966cc53e761425628d175fa5908f759ee457757a.tar.gz |
tinycompress: use https-protocol to download sources
In some network-environments download with git-protocol is not possible.
By switching to https the sources are accessable.
Signed-off-by: Steffen Doster <Steffen.Doster@ew.tq-group.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/tinycompress/tinycompress_1.1.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb b/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb index 803c38df..5cad5ba6 100644 --- a/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb +++ b/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "LGPL-2.1-only | BSD-3-Clause" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0" |
4 | DEPENDS = "alsa-lib" | 4 | DEPENDS = "alsa-lib" |
5 | 5 | ||
6 | SRC_URI = "git://git.alsa-project.org/tinycompress.git;protocol=git;branch=master \ | 6 | SRC_URI = "git://git.alsa-project.org/http/tinycompress.git;protocol=https;branch=master \ |
7 | file://0001-tinycompress-Add-id3-decoding.patch \ | 7 | file://0001-tinycompress-Add-id3-decoding.patch \ |
8 | file://0002-cplay-Support-wave-file.patch \ | 8 | file://0002-cplay-Support-wave-file.patch \ |
9 | file://0003-cplay-Add-pause-feature.patch \ | 9 | file://0003-cplay-Add-pause-feature.patch \ |