[oe] [PATCH 16/18] module.bbclass: fix dependency on specific kernel

Andreas Oberritter obi at opendreambox.org
Wed Sep 29 20:36:32 UTC 2010


* 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 <obi at opendreambox.org>
---
 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





More information about the Openembedded-devel mailing list