diff options
author | Steffen Sledz <sledz@dresearch-fe.de> | 2014-06-14 21:44:09 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-21 10:36:54 +0200 |
commit | c794fb0ed62c22c86b2c79db9812a58797208c26 (patch) | |
tree | 7a45097a9e4c96e9c9a6a012bbbf3cc99df80d0c /meta-oe | |
parent | 5e0545d79e526ddfba1501122a3da364822add31 (diff) | |
download | meta-openembedded-c794fb0ed62c22c86b2c79db9812a58797208c26.tar.gz |
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@dresearch-fe.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-multimedia/live555/live555.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-multimedia/live555/live555.inc b/meta-oe/recipes-multimedia/live555/live555.inc index a36177db3..0c8208a22 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/" | |||
7 | LICENSE = "LGPLv3" | 7 | LICENSE = "LGPLv3" |
8 | SECTION = "devel" | 8 | SECTION = "devel" |
9 | 9 | ||
10 | INC_PR = "r0" | 10 | INC_PR = "r1" |
11 | 11 | ||
12 | URLV = "${@d.getVar('PV',1)[0:4]}.${@d.getVar('PV',1)[4:6]}.${@d.getVar('PV',1)[6:8]}" | 12 | URLV = "${@d.getVar('PV',1)[0:4]}.${@d.getVar('PV',1)[4:6]}.${@d.getVar('PV',1)[6:8]}" |
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://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \n" | 16 | MIRRORS += "http://www.live555.com/liveMedia/public/ http://distcache.FreeBSD.org/ports-distfiles/ \n" |
17 | 17 | ||
18 | S = "${WORKDIR}/live" | 18 | S = "${WORKDIR}/live" |
19 | TARGET_CC_ARCH += "${LDFLAGS}" | 19 | TARGET_CC_ARCH += "${LDFLAGS}" |