Skip to content

Commit

Permalink
tinycompress: use https-protocol to download sources
Browse files Browse the repository at this point in the history
In some network-environments download with git-protocol is not possible.
By switching to https the sources are accessable.

Signed-off-by: Steffen Doster <[email protected]>
  • Loading branch information
tq-dosters committed Sep 13, 2024
1 parent 1d786c5 commit 966cc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-multimedia/tinycompress/tinycompress_1.1.6.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 966cc53

Please sign in to comment.