update-rc.d.bbclass: Only change the main package RDEPENDS, not all the RDEPENDS as this affects things like the -doc packages

This commit is contained in:
Richard Purdie 2009-01-07 16:30:28 +00:00
parent 8101d6f93b
commit 0341841061
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
DEPENDS_append = " update-rc.d"
RDEPENDS_append = " update-rc.d"
RDEPENDS_${PN}_append = " update-rc.d"
INITSCRIPT_PARAMS ?= "defaults"