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:
2909de2
)
need to re-run /etc/init.d/modutils after updating modules
author
Phil Blundell
<philb@gnu.org>
Mon, 5 Jul 2004 18:54:59 +0000
(18:54 +0000)
committer
Phil Blundell
<philb@gnu.org>
Mon, 5 Jul 2004 18:54:59 +0000
(18:54 +0000)
BKrev: 40e9a403gn7aCLmUDQQhSpe9MVjGIA
update-modules/update-modules_1.0.oe
patch
|
blob
|
history
diff --git
a/update-modules/update-modules_1.0.oe
b/update-modules/update-modules_1.0.oe
index
1ea2f4e
..
0d44522
100644
(file)
--- a/
update-modules/update-modules_1.0.oe
+++ b/
update-modules/update-modules_1.0.oe
@@
-1,6
+1,6
@@
DESCRIPTION = "Script to manage module configuration files"
PACKAGE_ARCH = "all"
-PR = "r
1
"
+PR = "r
2
"
SRC_URI = "file://update-modules"
@@
-9,6
+9,7
@@
if [ "x$D" != "x" ]; then
exit 1
fi
update-modules
+/etc/init.d/modutils
}
do_install() {