mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 23:02:20 +02:00
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 <Steffen.Doster@ew.tq-group.com>
This commit is contained in:
parent
1d786c5f29
commit
966cc53e76
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user