diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-07 16:30:28 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-07 16:30:28 +0000 |
commit | 0341841061719052b7032efa1cc249ad2c569a65 (patch) | |
tree | eb4ca2996be8dcb00a26e87385205d68e0ad0cca /meta/classes | |
parent | 8101d6f93b6f8e3c9026686edb12b6989744bfbc (diff) | |
download | poky-0341841061719052b7032efa1cc249ad2c569a65.tar.gz |
update-rc.d.bbclass: Only change the main package RDEPENDS, not all the RDEPENDS as this affects things like the -doc packages
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/update-rc.d.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/update-rc.d.bbclass b/meta/classes/update-rc.d.bbclass index 9b832c0012..74053edb89 100644 --- a/meta/classes/update-rc.d.bbclass +++ b/meta/classes/update-rc.d.bbclass | |||
@@ -1,5 +1,5 @@ | |||
1 | DEPENDS_append = " update-rc.d" | 1 | DEPENDS_append = " update-rc.d" |
2 | RDEPENDS_append = " update-rc.d" | 2 | RDEPENDS_${PN}_append = " update-rc.d" |
3 | 3 | ||
4 | INITSCRIPT_PARAMS ?= "defaults" | 4 | INITSCRIPT_PARAMS ?= "defaults" |
5 | 5 | ||