* Previously, the kernel version did not show up in the generated control file (debian ipk). * Use the same format as in kernel.bbclass.
Signed-off-by: Andreas Oberritter <[email protected]> --- classes/module.bbclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/classes/module.bbclass b/classes/module.bbclass index 83463ac..fe577cc 100644 --- a/classes/module.bbclass +++ b/classes/module.bbclass @@ -1,4 +1,4 @@ -RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" +RDEPENDS += "kernel-${KERNEL_VERSION} update-modules" DEPENDS += "virtual/kernel" inherit module-base -- 1.7.1 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
