mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
rarpd: Fix QA warnings
WARNING: QA Issue: rarpd requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
187f347d5c
commit
8be067b294
@@ -47,3 +47,5 @@ inherit ${@base_contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','',d
|
|||||||
SYSTEMD_PACKAGES = "${PN}"
|
SYSTEMD_PACKAGES = "${PN}"
|
||||||
SYSTEMD_SERVICE_${PN} = "rarpd.service"
|
SYSTEMD_SERVICE_${PN} = "rarpd.service"
|
||||||
SYSTEMD_AUTO_ENABLE = "disable"
|
SYSTEMD_AUTO_ENABLE = "disable"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += "bash"
|
||||||
|
|||||||
Reference in New Issue
Block a user