From: Andreas Oberritter Date: Sat, 29 Jan 2011 00:51:09 +0000 (+0000) Subject: robostix: 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=aaad9400e8ea60ed9c5d4390714ecbae78b0985c;p=openembedded.git robostix: 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/robostix/robostix.bb b/recipes/robostix/robostix.bb index 90cf6139f8..d3d89bae87 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"