aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/chillispot
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/chillispot')
-rw-r--r--recipes/chillispot/chillispot_0.98.bb2
-rw-r--r--recipes/chillispot/chillispot_1.0RC3.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/chillispot/chillispot_0.98.bb b/recipes/chillispot/chillispot_0.98.bb
index 7fa01f1875..0b086edda6 100644
--- a/recipes/chillispot/chillispot_0.98.bb
+++ b/recipes/chillispot/chillispot_0.98.bb
@@ -6,7 +6,7 @@ PR = "r1"
SRC_URI = "http://www.chillispot.org/download/chillispot-${PV}.tar.gz \
file://no-ansi.patch \
file://init"
-RRECOMMENDS = "kernel-module-tun"
+RRECOMMENDS_${PN} = "kernel-module-tun"
inherit autotools
diff --git a/recipes/chillispot/chillispot_1.0RC3.bb b/recipes/chillispot/chillispot_1.0RC3.bb
index 7b060e00ee..0b59336bd3 100644
--- a/recipes/chillispot/chillispot_1.0RC3.bb
+++ b/recipes/chillispot/chillispot_1.0RC3.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL"
SRC_URI = "http://www.chillispot.org/download/chillispot-${PV}.tar.gz \
file://no-ansi.patch \
file://init"
-RDEPENDS = "kernel-module-tun"
+RDEPENDS_${PN} = "kernel-module-tun"
inherit autotools