git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1647c72
)
depend on the appropriate cross depmod
author
Phil Blundell
<philb@gnu.org>
Tue, 28 Jun 2005 11:33:10 +0000
(11:33 +0000)
committer
Phil Blundell
<philb@gnu.org>
Tue, 28 Jun 2005 11:33:10 +0000
(11:33 +0000)
BKrev: 42c13576EPLLIf8I6_sVZw37L_nMWQ
classes/kernel.bbclass
patch
|
blob
|
history
diff --git
a/classes/kernel.bbclass
b/classes/kernel.bbclass
index
a93ae61
..
599a117
100644
(file)
--- 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