diff mbox series

[oe,meta-oe,2/2] live555: Switch SRC_URI where archives are kept for longer

Message ID 20190918225805.825469-2-raj.khem@gmail.com
State Accepted
Commit cbc42b405d78a944e898e4eafe88cebeb9d725c8
Headers show
Series [oe,meta-oe,1/2] kernel-selftest: Disable the recipe by default | expand

Commit Message

Khem Raj Sept. 18, 2019, 10:58 p.m. UTC
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>

---
 meta-oe/recipes-multimedia/live555/live555.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.23.0

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff mbox series

Patch

diff --git a/meta-oe/recipes-multimedia/live555/live555.inc b/meta-oe/recipes-multimedia/live555/live555.inc
index a88f7eb342..cf4dc7f4fe 100644
--- a/meta-oe/recipes-multimedia/live555/live555.inc
+++ b/meta-oe/recipes-multimedia/live555/live555.inc
@@ -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"