1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

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 -1
View File
@@ -1,4 +1,4 @@
RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules"
RDEPENDS += "kernel-image update-modules"
DEPENDS += "virtual/kernel"
inherit module-base