diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-29 09:22:50 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-29 09:22:50 +0000 |
commit | 50305910d8a9280d68b81050aa30903256d82c0a (patch) | |
tree | 3f937b3f2db9e37c06cea49dc7aa63ae9a0798be /packages/update-modules/update-modules_1.0.bb | |
parent | b73caf88415f40bb057e11d9046546f535b57280 (diff) |
update-modules: depend on depmod (Take from Poky - r2589)
Diffstat (limited to 'packages/update-modules/update-modules_1.0.bb')
-rw-r--r-- | packages/update-modules/update-modules_1.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/update-modules/update-modules_1.0.bb b/packages/update-modules/update-modules_1.0.bb index dc4c3c0d92..dadcddb8c3 100644 --- a/packages/update-modules/update-modules_1.0.bb +++ b/packages/update-modules/update-modules_1.0.bb @@ -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" |