All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][daisy][PATCH] live555: fix fetch problem
@ 2014-06-14 19:44 Steffen Sledz
  2014-06-16  6:32 ` Steffen Sledz
  2014-06-18  8:08 ` Martin Jansa
  0 siblings, 2 replies; 17+ messages in thread
From: Steffen Sledz @ 2014-06-14 19:44 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

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@dresearch-fe.de>
---
 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}"
-- 
1.9.3



^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2014-06-18  8:08 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-14 19:44 [meta-oe][daisy][PATCH] live555: fix fetch problem Steffen Sledz
2014-06-16  6:32 ` Steffen Sledz
2014-06-16  8:48   ` Paul Eggleton
2014-06-16  8:48     ` [OE-core] " Paul Eggleton
2014-06-16  9:45     ` Steffen Sledz
2014-06-16  9:45       ` [OE-core] " Steffen Sledz
2014-06-16 10:59       ` Martin Jansa
2014-06-16 10:59         ` [OE-core] " Martin Jansa
2014-06-16 12:03         ` Steffen Sledz
2014-06-16 12:03           ` [OE-core] " Steffen Sledz
2014-06-17 17:42           ` Martin Jansa
2014-06-17 17:42             ` [OE-core] " Martin Jansa
2014-06-16 16:36         ` akuster808
2014-06-16 16:36           ` [OE-core] " akuster808
2014-06-16 17:20           ` Martin Jansa
2014-06-16 17:20             ` [OE-core] " Martin Jansa
2014-06-18  8:08 ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.