diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-09-18 15:45:10 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-18 18:48:55 -0700 |
commit | cbc42b405d78a944e898e4eafe88cebeb9d725c8 (patch) | |
tree | 99cfb91ce46eab910184adeaa4574d1ecffd9ce9 /meta-oe/recipes-multimedia | |
parent | e135f74f61fa30d88c01e9db239d90a165ae72d2 (diff) | |
download | meta-openembedded-cbc42b405d78a944e898e4eafe88cebeb9d725c8.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r-- | meta-oe/recipes-multimedia/live555/live555.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-multimedia/live555/live555.inc b/meta-oe/recipes-multimedia/live555/live555.inc index a88f7eb34..cf4dc7f4f 100644 --- a/meta-oe/recipes-multimedia/live555/live555.inc +++ b/meta-oe/recipes-multimedia/live555/live555.inc | |||
@@ -8,7 +8,7 @@ LICENSE = "LGPLv3" | |||
8 | SECTION = "devel" | 8 | SECTION = "devel" |
9 | 9 | ||
10 | URLV = "${@d.getVar('PV')[0:4]}.${@d.getVar('PV')[4:6]}.${@d.getVar('PV')[6:8]}" | 10 | URLV = "${@d.getVar('PV')[0:4]}.${@d.getVar('PV')[4:6]}.${@d.getVar('PV')[6:8]}" |
11 | SRC_URI = "http://www.live555.com/liveMedia/public/live.${URLV}.tar.gz \ | 11 | SRC_URI = "https://download.videolan.org/pub/contrib/live555/live.${URLV}.tar.gz \ |
12 | file://config.linux-cross" | 12 | file://config.linux-cross" |
13 | # only latest live version stays on http://www.live555.com/liveMedia/public/, add mirror for older | 13 | # only latest live version stays on http://www.live555.com/liveMedia/public/, add mirror for older |
14 | MIRRORS += "http://www.live555.com/liveMedia/public/ http://download.videolan.org/contrib/live555/ \n" | 14 | MIRRORS += "http://www.live555.com/liveMedia/public/ http://download.videolan.org/contrib/live555/ \n" |