From bf1bc67f2de9f0245da66a3a15d5c439ee7462d7 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 5 Jan 2021 18:25:52 +0100 Subject: 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 --- recipes-multimedia/tinycompress/tinycompress_1.1.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3