aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/live555
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-24 11:23:09 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-24 16:24:22 +0200
commite7edf21c4128b89bff41c2f9096b49f184554472 (patch)
tree12b0b5a6af01682fc0f5c4643b50d0bb33d63aec /meta-oe/recipes-multimedia/live555
parent38209d556c526856ffa75708cda5cec18070529b (diff)
downloadmeta-openembedded-e7edf21c4128b89bff41c2f9096b49f184554472.tar.gz
live555: fix build due to missing INC_PR
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-multimedia/live555')
-rw-r--r--meta-oe/recipes-multimedia/live555/live555.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/live555/live555.inc b/meta-oe/recipes-multimedia/live555/live555.inc
index 8d026a195b..e47bacf919 100644
--- a/meta-oe/recipes-multimedia/live555/live555.inc
+++ b/meta-oe/recipes-multimedia/live555/live555.inc
@@ -7,6 +7,8 @@ HOMEPAGE = "http://live.com/"
LICENSE = "LGPLv3"
SECTION = "devel"
+INC_PR = "r0"
+
URLV = "${@bb.data.getVar('PV',d,1)[0:4]}.${@bb.data.getVar('PV',d,1)[4:6]}.${@bb.data.getVar('PV',d,1)[6:8]}"
SRC_URI = "http://www.live555.com/liveMedia/public/live.${URLV}.tar.gz \
file://config.linux-cross"