summaryrefslogtreecommitdiff
path: root/recipes-multimedia
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-03-23 17:25:48 +0100
commit4fdcb3b1b8c5f65fa185ecd0faafb3eb026d43b4 (patch)
tree4b2fa5f4699eef23d609a23733559ac372069da7 /recipes-multimedia
parentb85fd0abbc978ea3f92757cfc8d10e3aab0c907a (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> (cherry picked from commit bf1bc67f2de9f0245da66a3a15d5c439ee7462d7)
Diffstat (limited to 'recipes-multimedia')
-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"