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:
9d7586e
)
busybox_1.11.3.bb: don't call update-rc.d for mdev
author
Jeremy Lainé
<jeremy.laine@m4x.org>
Tue, 20 Jan 2009 16:10:16 +0000
(17:10 +0100)
committer
Jeremy Lainé
<jeremy.laine@m4x.org>
Tue, 20 Jan 2009 16:10:16 +0000
(17:10 +0100)
* prune call to update-rc.d mdev for the busybox package, it is
handled in the mdev package
packages/busybox/busybox_1.11.3.bb
patch
|
blob
|
history
diff --git
a/packages/busybox/busybox_1.11.3.bb
b/packages/busybox/busybox_1.11.3.bb
index
ae0dcc3
..
16b23c8
100644
(file)
--- a/
packages/busybox/busybox_1.11.3.bb
+++ b/
packages/busybox/busybox_1.11.3.bb
@@
-1,5
+1,5
@@
require busybox.inc
-PR = "r
7
"
+PR = "r
8
"
SRC_URI = "\
http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
@@
-34,7
+34,3
@@
do_install_append() {
install -m 0755 ${WORKDIR}/mdev ${D}${sysconfdir}/init.d/
}
-pkg_postinst_${PN}_append() {
-
- update-rc.d $OPT mdev start 06 S .
-}