[oe-commits] [meta-openembedded] branch master-next updated: live555: Switch SRC_URI where archives are kept for longer

git at git.openembedded.org git at git.openembedded.org
Wed Sep 18 22:46:37 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

The following commit(s) were added to refs/heads/master-next by this push:
     new 5f390c6  live555: Switch SRC_URI where archives are kept for longer
5f390c6 is described below

commit 5f390c6ce300b4f404807526984b01fdfda019c8
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Wed Sep 18 15:45:10 2019 -0700

    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 at gmail.com>
---
 meta-oe/recipes-multimedia/live555/live555.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-multimedia/live555/live555.inc b/meta-oe/recipes-multimedia/live555/live555.inc
index a88f7eb..cf4dc7f 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list