diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-09-13 08:41:15 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-13 08:41:15 -0300 |
commit | 0a63c762a843ee05711842fe13e05a8a2d185d0c (patch) | |
tree | 29de98a404ce0f815a6ea518d6d6f0c2798dc9db | |
parent | 1d786c5f29401ba8e24d68cf88d75014715e8e1c (diff) | |
parent | 966cc53e761425628d175fa5908f759ee457757a (diff) | |
download | meta-freescale-0a63c762a843ee05711842fe13e05a8a2d185d0c.tar.gz |
Merge pull request #1940 from tq-dosters/tinycompress-http
tinycompress: use https-protocol to download sources
-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 \ |