From: Andreas Oberritter Date: Sat, 29 Jan 2011 00:51:10 +0000 (+0000) Subject: wifistix: depend on kernel-${KERNEL_VERSION} instead of kernel (= ${KERNEL_VERSION}) X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adfa6b72ec2c8c831e7900787b039bff010e8d10;p=openembedded.git wifistix: depend on kernel-${KERNEL_VERSION} instead of kernel (= ${KERNEL_VERSION}) * As a special case, kernel modules must depend on kernel-${KERNEL_VERSION}, which gets runtime provided by the kernel package. The reason is, that the package version can be different from ${KERNEL_VERSION}, because the latter depends on the kernel configuration, e.g. CONFIG_LOCALVERSION. 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 d69ea75747..512f2913b2 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"