[oe-commits] Koen Kooi : live555: fix build due to missing INC_PR

git at git.openembedded.org git at git.openembedded.org
Mon Oct 24 18:20:31 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: e7edf21c4128b89bff41c2f9096b49f184554472
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e7edf21c4128b89bff41c2f9096b49f184554472

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Mon Oct 24 11:23:09 2011 +0200

live555: fix build due to missing INC_PR

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-multimedia/live555/live555.inc |    2 ++
 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 8d026a1..e47bacf 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"





More information about the Openembedded-commits mailing list