mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 21:28:52 +00:00
live555: Switch SRC_URI where archives are kept for longer
Current location only maintains the latest archive and the releases are often enough that we might not update that frequent Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
e135f74f61
commit
cbc42b405d
@ -8,7 +8,7 @@ LICENSE = "LGPLv3"
|
||||
SECTION = "devel"
|
||||
|
||||
URLV = "${@d.getVar('PV')[0:4]}.${@d.getVar('PV')[4:6]}.${@d.getVar('PV')[6:8]}"
|
||||
SRC_URI = "http://www.live555.com/liveMedia/public/live.${URLV}.tar.gz \
|
||||
SRC_URI = "https://download.videolan.org/pub/contrib/live555/live.${URLV}.tar.gz \
|
||||
file://config.linux-cross"
|
||||
# only latest live version stays on http://www.live555.com/liveMedia/public/, add mirror for older
|
||||
MIRRORS += "http://www.live555.com/liveMedia/public/ http://download.videolan.org/contrib/live555/ \n"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user