[oe-commits] Steffen Sledz : live555: fix fetch problem

git at git.openembedded.org git at git.openembedded.org
Sat Jun 21 09:38:54 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: c794fb0ed62c22c86b2c79db9812a58797208c26
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=c794fb0ed62c22c86b2c79db9812a58797208c26

Author: Steffen Sledz <sledz at dresearch-fe.de>
Date:   Sat Jun 14 21:44:09 2014 +0200

live555: fix fetch problem

live.2013.04.30.tar.gz is no longer available at original live555 url
and the url of the FreeBSD mirror has changed according to[1].

[1] <http://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/README.txt>

Signed-off-by: Steffen Sledz <sledz at dresearch-fe.de>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-multimedia/live555/live555.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-multimedia/live555/live555.inc b/meta-oe/recipes-multimedia/live555/live555.inc
index a36177d..0c8208a 100644
--- a/meta-oe/recipes-multimedia/live555/live555.inc
+++ b/meta-oe/recipes-multimedia/live555/live555.inc
@@ -7,13 +7,13 @@ HOMEPAGE = "http://live.com/"
 LICENSE = "LGPLv3"
 SECTION = "devel"
 
-INC_PR = "r0"
+INC_PR = "r1"
 
 URLV = "${@d.getVar('PV',1)[0:4]}.${@d.getVar('PV',1)[4:6]}.${@d.getVar('PV',1)[6:8]}"
 SRC_URI = "http://www.live555.com/liveMedia/public/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://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \n"
+MIRRORS += "http://www.live555.com/liveMedia/public/ http://distcache.FreeBSD.org/ports-distfiles/ \n"
 
 S = "${WORKDIR}/live"
 TARGET_CC_ARCH += "${LDFLAGS}"



More information about the Openembedded-commits mailing list