git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e239b1
)
update-modules: Add INHIBIT_DEFAULT_DEPS = "1"
author
Tom Rini
<tom_rini@mentor.com>
Fri, 20 Aug 2010 17:46:30 +0000
(10:46 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Fri, 20 Aug 2010 17:46:30 +0000
(10:46 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/update-modules/update-modules_1.0.bb
patch
|
blob
|
history
diff --git
a/recipes/update-modules/update-modules_1.0.bb
b/recipes/update-modules/update-modules_1.0.bb
index
f497496
..
2cb6c19
100644
(file)
--- 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 = "r
9
"
+PR = "r
10
"
SRC_URI = "file://update-modules"