update-modules: depend on depmod (Take from Poky - r2589)
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 29 Aug 2007 09:22:50 +0000 (09:22 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 29 Aug 2007 09:22:50 +0000 (09:22 +0000)
packages/update-modules/update-modules_1.0.bb

index dc4c3c0..dadcddb 100644 (file)
@@ -2,7 +2,8 @@ SECTION = "base"
 DESCRIPTION = "Script to manage module configuration files"
 LICENSE = "GPLv2"
 PACKAGE_ARCH = "all"
-PR = "r4"
+RDEPENDS = "${@base_contains("MACHINE_FEATURES", "kernel26",  "module-init-tools-depmod","modutils-depmod",d)} "
+PR = "r5"
 
 SRC_URI = "file://update-modules"