mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
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:
@@ -1,5 +1,5 @@
|
|||||||
DEPENDS_append = " update-rc.d"
|
DEPENDS_append = " update-rc.d"
|
||||||
RDEPENDS_append = " update-rc.d"
|
RDEPENDS_${PN}_append = " update-rc.d"
|
||||||
|
|
||||||
INITSCRIPT_PARAMS ?= "defaults"
|
INITSCRIPT_PARAMS ?= "defaults"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user