]> code.ossystems Code Review - openembedded-core.git/commitdiff
module.bbclass: make all modules depend on update-modules
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 13 Jun 2007 12:44:52 +0000 (12:44 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 13 Jun 2007 12:44:52 +0000 (12:44 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1925 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/module.bbclass

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