From 11edafdb9caa78e3a443a00ef0fa1953da2a0ed2 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Fri, 28 Jan 2011 20:12:34 +0000 Subject: robostix-module: fix RDEPENDS version syntax Signed-off-by: Andreas Oberritter --- recipes/robostix-module/robostix-module.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes') 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" -- cgit 1.2.3-korg