aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2005-06-28 11:33:10 +0000
committerPhil Blundell <philb@gnu.org>2005-06-28 11:33:10 +0000
commit2a29639921d5d2d02183f62f60d226436f79061c (patch)
tree59ca139ad1951447f62767c949fb9aeb71025ee9 /classes
parent1647c726568087014753dd670957e0428c401b9a (diff)
downloadopenembedded-2a29639921d5d2d02183f62f60d226436f79061c.tar.gz
depend on the appropriate cross depmod
BKrev: 42c13576EPLLIf8I6_sVZw37L_nMWQ
Diffstat (limited to 'classes')
-rw-r--r--classes/kernel.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass
index a93ae614de..599a1171c0 100644
--- a/classes/kernel.bbclass
+++ b/classes/kernel.bbclass
@@ -1,7 +1,7 @@
inherit module_strip
PROVIDES += "virtual/kernel"
-DEPENDS += "virtual/${TARGET_PREFIX}depmod virtual/${TARGET_PREFIX}gcc${KERNEL_CCSUFFIX} update-modules"
+DEPENDS += "virtual/${TARGET_PREFIX}depmod-${@get_kernelmajorversion('${PV}')} virtual/${TARGET_PREFIX}gcc${KERNEL_CCSUFFIX} update-modules"
inherit kernel-arch