meta-digi: remove initscript package dependencies when systemd is enabled
Otherwise, there will be errors due to missing dependencies. https://jira.digi.com/browse/DEL-6415 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
c1c8a9a7c7
commit
2c544a2241
|
|
@ -33,5 +33,5 @@ RDEPENDS_${PN} = "\
|
|||
${VIRTUAL-RUNTIME_http-server} \
|
||||
${VIRTUAL-RUNTIME_network-utils} \
|
||||
${VIRTUAL-RUNTIME_snmp-manager} \
|
||||
${VIRTUAL-RUNTIME_ntp-client} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', '${VIRTUAL-RUNTIME_ntp-client}', d)} \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ RDEPENDS_${PN} = "\
|
|||
base-passwd \
|
||||
cloudconnector \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "keyboard", "${VIRTUAL-RUNTIME_keymaps}", "", d)} \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "rtc", "${VIRTUAL-RUNTIME_base-utils-hwclock}", "", d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', bb.utils.contains("MACHINE_FEATURES", "rtc", "${VIRTUAL-RUNTIME_base-utils-hwclock}", "", d), d)} \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "touchscreen", "${VIRTUAL-RUNTIME_touchscreen}", "",d)} \
|
||||
init-ifupdown \
|
||||
libdigiapix \
|
||||
|
|
@ -47,7 +47,7 @@ RDEPENDS_${PN} = "\
|
|||
sysinfo \
|
||||
usbutils \
|
||||
${VIRTUAL-RUNTIME_base-utils} \
|
||||
${VIRTUAL-RUNTIME_base-utils-acpid} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', '${VIRTUAL-RUNTIME_base-utils-acpid}', d)} \
|
||||
${VIRTUAL-RUNTIME_dev_manager} \
|
||||
${VIRTUAL-RUNTIME_init_manager} \
|
||||
${VIRTUAL-RUNTIME_initscripts} \
|
||||
|
|
|
|||
Loading…
Reference in New Issue