aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/robostix
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:45 +0000
commit27513e93971d84224a82bf4926988364339827a0 (patch)
treec7fba26caf2094c99d6221d7c3159efa2fc4f0e6 /recipes/robostix
parent6891951737ff11f5b996bb73b6c9e12aafbd5c3a (diff)
downloadopenembedded-27513e93971d84224a82bf4926988364339827a0.tar.gz
robostix: fix RDEPENDS version syntax
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'recipes/robostix')
-rw-r--r--recipes/robostix/robostix.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/robostix/robostix.bb b/recipes/robostix/robostix.bb
index 1fcc3b6cd8..90cf6139f8 100644
--- a/recipes/robostix/robostix.bb
+++ b/recipes/robostix/robostix.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Robostix programs"
PRIORITY = "optional"
SECTION = "base"
LICENSE = "GPL"
-RDEPENDS_${PN} = "kernel (${KERNEL_VERSION})"
+RDEPENDS_${PN} = "kernel (= ${KERNEL_VERSION})"
DEPENDS = "virtual/kernel"
PR = "r1"