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:
40d0c33
)
update-rc.d: don't add runtime dependency if not doing online package management...
author
Phil Blundell
<philb@gnu.org>
Sat, 13 Jun 2009 14:44:35 +0000
(15:44 +0100)
committer
Phil Blundell
<philb@gnu.org>
Sat, 13 Jun 2009 14:44:35 +0000
(15:44 +0100)
classes/update-rc.d.bbclass
patch
|
blob
|
history
diff --git
a/classes/update-rc.d.bbclass
b/classes/update-rc.d.bbclass
index
6328193
..
91af859
100644
(file)
--- a/
classes/update-rc.d.bbclass
+++ b/
classes/update-rc.d.bbclass
@@
-1,5
+1,5
@@
DEPENDS_append = " update-rc.d"
-RDEPENDS_
append = " update-rc.d
"
+RDEPENDS_
${PN}_append = " ${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "update-rc.d", d)}
"
INITSCRIPT_PARAMS ?= "defaults"