aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/update-modules
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-08-20 10:46:30 -0700
committerTom Rini <tom_rini@mentor.com>2010-08-20 10:46:30 -0700
commit73d5a2c506eddf25ad8d0f9aec1cf0bce7c80f28 (patch)
tree82903091b3c157b592ad0ff562d3b4b5fd5efb4d /recipes/update-modules
parent4e239b1db55475b401e5c60bf81cccd7b319f0ca (diff)
downloadopenembedded-73d5a2c506eddf25ad8d0f9aec1cf0bce7c80f28.tar.gz
update-modules: Add INHIBIT_DEFAULT_DEPS = "1"
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/update-modules')
-rw-r--r--recipes/update-modules/update-modules_1.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/update-modules/update-modules_1.0.bb b/recipes/update-modules/update-modules_1.0.bb
index f497496766..2cb6c19f9d 100644
--- a/recipes/update-modules/update-modules_1.0.bb
+++ b/recipes/update-modules/update-modules_1.0.bb
@@ -2,8 +2,9 @@ SECTION = "base"
DESCRIPTION = "Script to manage module configuration files"
LICENSE = "GPLv2"
PACKAGE_ARCH = "all"
+INHIBIT_DEFAULT_DEPS = "1"
RDEPENDS_${PN} = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} "
-PR = "r9"
+PR = "r10"
SRC_URI = "file://update-modules"