module.bbclass: Fix external module version dependencies

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4518 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-05-21 09:35:53 +00:00
parent bfe8092d3b
commit 37f3bbaa41
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules"
RDEPENDS += "kernel-image update-modules"
DEPENDS += "virtual/kernel"
inherit module-base