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