dsplink: fix dependencies
authorKoen Kooi <koen@openembedded.org>
Mon, 7 Jul 2008 12:42:00 +0000 (12:42 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 7 Jul 2008 12:42:00 +0000 (12:42 +0000)
packages/dsplink/dsplink.inc
packages/dsplink/dsplink_1.50.bb
packages/dsplink/dsplink_1.51.00.08.bb

index 2fa4aae..5fdbd1d 100644 (file)
@@ -1,7 +1,8 @@
 DESCRIPTION = "DSP Link for TI ARM/DSP processors"
 
 DEPENDS = "virtual/kernel perl-native"
-RDEPENDS = "update-modules"
+RDEPENDS_${PN}-module = "update-modules"
+RRECOMMENDS_${PN} = "${PN}-module"
 
 inherit module
 
index c1b6f15..80088d1 100644 (file)
@@ -1,6 +1,6 @@
 require dsplink.inc
 
-PR = "r4"
+PR = "r5"
 PE = "1"
 PV = "1.50"
 
index 02c04aa..922e311 100644 (file)
@@ -1,6 +1,6 @@
 require dsplink.inc
 
-PR = "r1"
+PR = "r2"
 PE = "1"
 PV = "1.51"