[oe-commits] org.oe.dev module.bbclass: RDEPEND on update-modules (from Poky)

hrw commit openembedded-commits at lists.openembedded.org
Thu Oct 25 16:20:35 UTC 2007


module.bbclass: RDEPEND on update-modules (from Poky)

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 1e1386ea09f857585310561939917e1cdcb02565
ViewMTN: http://monotone.openembedded.org/revision/info/1e1386ea09f857585310561939917e1cdcb02565
Files:
1
classes/module.bbclass
Diffs:

#
# mt diff -re4118d157e0564f051cc2f7363705a32d72577ff -r1e1386ea09f857585310561939917e1cdcb02565
#
# 
# 
# patch "classes/module.bbclass"
#  from [b4a2435539a6183bfff6b02bc73785bbceeadef6]
#    to [04ebb27c817750a39f3c15612ebc60e9fad68bc8]
# 
============================================================
--- classes/module.bbclass	b4a2435539a6183bfff6b02bc73785bbceeadef6
+++ classes/module.bbclass	04ebb27c817750a39f3c15612ebc60e9fad68bc8
@@ -1,4 +1,4 @@
-RDEPENDS += "kernel (${KERNEL_VERSION})"
+RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules"
 DEPENDS += "virtual/kernel"
 
 inherit module-base






More information about the Openembedded-commits mailing list