diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2013-04-18 09:11:10 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-22 09:51:47 +0200 |
commit | 6b0aa8daf1bce02c9e40ae28d569132e0cac77fa (patch) | |
tree | ff2db23f5a48c1030aacee4faf42cacd4458063f | |
parent | f91950e3ad2e95bae2c859b7430ef38bfeef1e3c (diff) | |
download | meta-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>
-rw-r--r-- | meta-oe/recipes-multimedia/live555/live555.inc | 2 |
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 966224d7f..a36177db3 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)[ | |||
13 | SRC_URI = "http://www.live555.com/liveMedia/public/live.${URLV}.tar.gz \ | 13 | SRC_URI = "http://www.live555.com/liveMedia/public/live.${URLV}.tar.gz \ |
14 | file://config.linux-cross" | 14 | file://config.linux-cross" |
15 | # only latest live version stays on http://www.live555.com/liveMedia/public/, add mirror for older | 15 | # only latest live version stays on http://www.live555.com/liveMedia/public/, add mirror for older |
16 | MIRRORS += "http://www.live555.com/liveMedia/public/ http://download.videolan.org/pub/videolan/testing/contrib/live555/ \n" | 16 | MIRRORS += "http://www.live555.com/liveMedia/public/ http://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \n" |
17 | 17 | ||
18 | S = "${WORKDIR}/live" | 18 | S = "${WORKDIR}/live" |
19 | TARGET_CC_ARCH += "${LDFLAGS}" | 19 | TARGET_CC_ARCH += "${LDFLAGS}" |