module.bbclass: depend on kernel-${KERNEL_VERSION} instead of kernel (= ${KERNEL_VERS...
authorAndreas Oberritter <obi@opendreambox.org>
Sat, 29 Jan 2011 00:51:25 +0000 (00:51 +0000)
committerAndreas Oberritter <obi@opendreambox.org>
Sat, 29 Jan 2011 00:56:26 +0000 (00:56 +0000)
commit2dac84b9a7b820466ed626420fec120093b56e16
treece028ba7877685b555ddf63a2d2977da431c81ae
parentadfa6b72ec2c8c831e7900787b039bff010e8d10
module.bbclass: 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 <obi@opendreambox.org>
classes/module.bbclass