From 11b9edffca1f88b167720b0b95d97fea28037b18 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Fri, 28 Jan 2011 20:12:35 +0000 Subject: [PATCH] wifistix: fix RDEPENDS version syntax Signed-off-by: Andreas Oberritter --- recipes/wifistix/wifistix-modules_5.0.16.p0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5