aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wifistix
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-28 20:12:35 +0000
committerAndreas Oberritter <obi@opendreambox.org>2011-01-28 20:16:47 +0000
commit11b9edffca1f88b167720b0b95d97fea28037b18 (patch)
tree6fedca550aa7109f6f1c82f185e8ecd7ee27f457 /recipes/wifistix
parent61df61e7ae6a70e36a36db15d560e8e7bf9bd8fc (diff)
downloadopenembedded-11b9edffca1f88b167720b0b95d97fea28037b18.tar.gz
wifistix: fix RDEPENDS version syntax
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'recipes/wifistix')
-rw-r--r--recipes/wifistix/wifistix-modules_5.0.16.p0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/wifistix/wifistix-modules_5.0.16.p0.bb b/recipes/wifistix/wifistix-modules_5.0.16.p0.bb
index 2d913322e6..d69ea75747 100644
--- a/recipes/wifistix/wifistix-modules_5.0.16.p0.bb
+++ b/recipes/wifistix/wifistix-modules_5.0.16.p0.bb
@@ -6,7 +6,7 @@ SECTION = "base"
PRIORITY = "optional"
HOMEPAGE = "http://www.gumstix.com"
LICENSE = "GPL"
-RDEPENDS_${PN} = "kernel (${KERNEL_VERSION})"
+RDEPENDS_${PN} = "kernel (= ${KERNEL_VERSION})"
DEPENDS = "virtual/kernel"
PR = "r1"