update-modules: depend on depmod

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2589 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-08-29 08:57:51 +00:00
parent 8ec44742fd
commit c21f61ec99

View 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"