summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-08-29 08:57:51 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-08-29 08:57:51 +0000
commitc21f61ec995994ff6ab691fa995cdeb644d01039 (patch)
tree6caf1abee2f71614e05607c0d6e5eb450bb4cf00 /meta
parent8ec44742fd335faada7ee0373c611802d9aae7e8 (diff)
downloadpoky-c21f61ec995994ff6ab691fa995cdeb644d01039.tar.gz
update-modules: depend on depmod
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2589 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/update-modules/update-modules_1.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/update-modules/update-modules_1.0.bb b/meta/packages/update-modules/update-modules_1.0.bb
index dc4c3c0d92..dadcddb8c3 100644
--- a/meta/packages/update-modules/update-modules_1.0.bb
+++ b/meta/packages/update-modules/update-modules_1.0.bb
@@ -2,7 +2,8 @@ SECTION = "base"
2DESCRIPTION = "Script to manage module configuration files" 2DESCRIPTION = "Script to manage module configuration files"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4PACKAGE_ARCH = "all" 4PACKAGE_ARCH = "all"
5PR = "r4" 5RDEPENDS = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} "
6PR = "r5"
6 7
7SRC_URI = "file://update-modules" 8SRC_URI = "file://update-modules"
8 9