mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
pscs-lite: Fix QA warnings
WARNING: QA Issue: pcsc-lite requires /usr/bin/python, 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
8be067b294
commit
d220d79189
@@ -31,3 +31,4 @@ RPROVIDES_${PN} += "${PN}-systemd"
|
|||||||
RREPLACES_${PN} += "${PN}-systemd"
|
RREPLACES_${PN} += "${PN}-systemd"
|
||||||
RCONFLICTS_${PN} += "${PN}-systemd"
|
RCONFLICTS_${PN} += "${PN}-systemd"
|
||||||
SYSTEMD_SERVICE_${PN} = "pcscd.socket"
|
SYSTEMD_SERVICE_${PN} = "pcscd.socket"
|
||||||
|
RDEPENDS_${PN} +="python"
|
||||||
|
|||||||
Reference in New Issue
Block a user