summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-01-05 18:25:52 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2021-01-05 18:37:36 +0100
commitbf1bc67f2de9f0245da66a3a15d5c439ee7462d7 (patch)
tree28a939fd5e766b313cf3b979ea2d94c0ba6ce6ab
parent591e318f80d31694203bec4267e285ad90e5c3af (diff)
tinycompress: use https to fetch git repo
This helps people which can't access the web with the git protocol. Related-to: ELB-3475 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-multimedia/tinycompress/tinycompress_1.1.6.bb2
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 110e181..2e63c70 100644
--- a/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb
+++ b/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb
@@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause | LGPLv2.1"
inherit autotools pkgconfig
LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0"
-SRC_URI = "git://git.alsa-project.org/tinycompress.git;protocol=git;branch=master \
+SRC_URI = "git://github.com/alsa-project/tinycompress.git;protocol=https;branch=master \
file://0001-tinycompress-Add-id3-decoding.patch \
"
SRCREV = "995f2ed91045dad8c20485ab1a64727d22cd92e5"