* 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>
-RDEPENDS_${PN} += "kernel (= ${KERNEL_VERSION}) update-modules"
+RDEPENDS_${PN} += "kernel-${KERNEL_VERSION} update-modules"
DEPENDS += "virtual/kernel"
inherit module-base