From: Andreas Oberritter Date: Fri, 28 Jan 2011 20:12:34 +0000 (+0000) Subject: robostix-module: fix RDEPENDS version syntax X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11edafdb9caa78e3a443a00ef0fa1953da2a0ed2;p=openembedded.git robostix-module: fix RDEPENDS version syntax Signed-off-by: Andreas Oberritter --- 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"