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