aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/robostix-module
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-28 20:12:34 +0000
committerAndreas Oberritter <obi@opendreambox.org>2011-01-28 20:16:46 +0000
commit11edafdb9caa78e3a443a00ef0fa1953da2a0ed2 (patch)
tree630e6f76a5d46a2c4819cfb869be1e3a790b05c3 /recipes/robostix-module
parent27513e93971d84224a82bf4926988364339827a0 (diff)
downloadopenembedded-11edafdb9caa78e3a443a00ef0fa1953da2a0ed2.tar.gz
robostix-module: fix RDEPENDS version syntax
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'recipes/robostix-module')
-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 da044c3430..8f5823dae5 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"