aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-08-21 07:49:48 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-08-21 07:49:48 +0200
commita4ae604f8a36148cdb846a8554662000e55b3fbd (patch)
treed5de188690069eee0a148ef0c1b6a558140d93fa
parent85e9bb36d31340e7b7bc614115ff6adcdd00aa0f (diff)
downloadopenembedded-a4ae604f8a36148cdb846a8554662000e55b3fbd.tar.gz
dreambox-dccamd.bb: also set RDEPENDS to dreambox-wdog
-rw-r--r--packages/dreambox/dreambox-dccamd.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/dreambox/dreambox-dccamd.bb b/packages/dreambox/dreambox-dccamd.bb
index 7d52e8cc08..a7663741a2 100644
--- a/packages/dreambox/dreambox-dccamd.bb
+++ b/packages/dreambox/dreambox-dccamd.bb
@@ -4,9 +4,10 @@ PRIORITY = "optional"
LICENSE = "proprietary"
MAINTAINER = "Felix Domke <tmbinc@elitedvb.net>"
DEPENDS = "dreambox-wdog"
+RDEPENDS = "dreambox-wdog"
PV = "1.1"
-PR = "r3"
+PR = "r4"
SRC_URI = "http://sources.dreamboxupdate.com/download/7020/dccamd-${MACHINE}-${PV} \
file://dccamd.sh"