From 9322fa9d54ea112d5dce989779d880a73f592916 Mon Sep 17 00:00:00 2001 From: Steffen Doster Date: Fri, 13 Sep 2024 10:55:58 +0200 Subject: 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 --- 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 803c38dfb..5cad5ba67 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" LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0" DEPENDS = "alsa-lib" -SRC_URI = "git://git.alsa-project.org/tinycompress.git;protocol=git;branch=master \ +SRC_URI = "git://git.alsa-project.org/http/tinycompress.git;protocol=https;branch=master \ file://0001-tinycompress-Add-id3-decoding.patch \ file://0002-cplay-Support-wave-file.patch \ file://0003-cplay-Add-pause-feature.patch \ -- cgit v1.2.3-54-g00ecf