mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 13:36:08 +00:00
update-rc.d.bbclass: Changed RDEPENDS for native
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
94629f2521
commit
e144427cb9
@ -1,7 +1,9 @@
|
||||
UPDATERCPN ?= "${PN}"
|
||||
|
||||
DEPENDS_append = " update-rc.d-native"
|
||||
RDEPENDS_${UPDATERCPN}_append = " update-rc.d"
|
||||
UPDATERCD = "update-rc.d"
|
||||
UPDATERCD_virtclass-native = ""
|
||||
RDEPENDS_${UPDATERCPN}_append = " ${UPDATERCD}"
|
||||
|
||||
INITSCRIPT_PARAMS ?= "defaults"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user