module.bbclass: RDEPEND on update-modules (from Poky)
authorMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 25 Oct 2007 15:25:56 +0000 (15:25 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 25 Oct 2007 15:25:56 +0000 (15:25 +0000)
classes/module.bbclass

index 7eac001..7083076 100644 (file)
@@ -1,4 +1,4 @@
-RDEPENDS += "kernel (${KERNEL_VERSION})"
+RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules"
 DEPENDS += "virtual/kernel"
 
 inherit module-base