diff options
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}" |