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:
2529fdc
)
update-rc.d.bbclass: set RDEPENDS_${PN} to nothing for virtclass-native
author
Henning Heinold
<heinold@inf.fu-berlin.de>
Sun, 6 Feb 2011 22:54:19 +0000
(23:54 +0100)
committer
Henning Heinold
<heinold@inf.fu-berlin.de>
Sun, 6 Feb 2011 22:58:37 +0000
(23:58 +0100)
classes/update-rc.d.bbclass
patch
|
blob
|
history
diff --git
a/classes/update-rc.d.bbclass
b/classes/update-rc.d.bbclass
index
b0314ab
..
8cd4afc
100644
(file)
--- a/
classes/update-rc.d.bbclass
+++ b/
classes/update-rc.d.bbclass
@@
-1,5
+1,6
@@
DEPENDS_append = " update-rc.d update-rc.d-native"
RDEPENDS_${PN}_append = " ${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "update-rc.d", d)}"
+RDEPENDS_${PN}_virtclass-native = ""
INITSCRIPT_PARAMS ?= "defaults"