aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/char-driver
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-28 20:12:30 +0000
committerAndreas Oberritter <obi@opendreambox.org>2011-01-28 20:16:42 +0000
commit2f3a2cb71a1ed7896934862ea7cf661d78637d48 (patch)
tree42243fea5f30d6cf44bd17fcadceadba528f83d3 /recipes/char-driver
parent314b85463b1f83a86d420cad321da0a878620293 (diff)
downloadopenembedded-2f3a2cb71a1ed7896934862ea7cf661d78637d48.tar.gz
char-driver: fix RDEPENDS version syntax
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'recipes/char-driver')
-rw-r--r--recipes/char-driver/char-driver.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/char-driver/char-driver.bb b/recipes/char-driver/char-driver.bb
index 9a623d4e21..5daf3564cd 100644
--- a/recipes/char-driver/char-driver.bb
+++ b/recipes/char-driver/char-driver.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "char-driver and userspace program"
PRIORITY = "optional"
SECTION = "base"
LICENSE = "GPL"
-RDEPENDS_${PN} = "kernel (${KERNEL_VERSION})"
+RDEPENDS_${PN} = "kernel (= ${KERNEL_VERSION})"
DEPENDS = "virtual/kernel"
PR = "r4"