aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes')
-rw-r--r--recipes/robostix-module/robostix-module.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/robostix-module/robostix-module.bb b/recipes/robostix-module/robostix-module.bb
index 8f5823dae5..859b584b45 100644
--- a/recipes/robostix-module/robostix-module.bb
+++ b/recipes/robostix-module/robostix-module.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Linux Driver for Gumstix robostix daughtercards"
SECTION = "base"
PRIORITY = "optional"
LICENSE = "GPL"
-RDEPENDS_${PN} = "kernel (= ${KERNEL_VERSION})"
+RDEPENDS_${PN} = "kernel-${KERNEL_VERSION}"
DEPENDS = "virtual/kernel"
PR = "r2"