aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorPaul Barker <paul@paulbarker.me.uk>2013-04-18 09:11:10 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-04-22 09:51:47 +0200
commit6b0aa8daf1bce02c9e40ae28d569132e0cac77fa (patch)
treeff2db23f5a48c1030aacee4faf42cacd4458063f /meta-oe
parentf91950e3ad2e95bae2c859b7430ef38bfeef1e3c (diff)
downloadmeta-openembedded-6b0aa8daf1bce02c9e40ae28d569132e0cac77fa.tar.gz
live555: change MIRROR for older versions
http://download.videolan.org/pub/videolan/testing/contrib/live555/ has dropped everything before live.2011.12.23.tar.gz, change to using http://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ as it still has live.2011.03.14.tar.gz. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-multimedia/live555/live555.inc2
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 966224d7f5..a36177db3a 100644
--- a/meta-oe/recipes-multimedia/live555/live555.inc
+++ b/meta-oe/recipes-multimedia/live555/live555.inc
@@ -13,7 +13,7 @@ URLV = "${@d.getVar('PV',1)[0:4]}.${@d.getVar('PV',1)[4:6]}.${@d.getVar('PV',1)[
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://download.videolan.org/pub/videolan/testing/contrib/live555/ \n"
+MIRRORS += "http://www.live555.com/liveMedia/public/ http://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \n"
S = "${WORKDIR}/live"
TARGET_CC_ARCH += "${LDFLAGS}"