diff options
| author | Armin Kuster <akuster808@gmail.com> | 2015-04-05 06:01:02 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2015-08-03 09:06:58 -0700 |
| commit | cbc7ef1ec917a50714e7037a4571264c16900902 (patch) | |
| tree | 756c665ee849b76b279e0b623ed7488451502f97 /meta-oe | |
| parent | 5754fc0068b02ed48de64e78f3427d30d85f20e6 (diff) | |
| download | meta-openembedded-cbc7ef1ec917a50714e7037a4571264c16900902.tar.gz | |
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb index 5a58389ab7..7f218b0a18 100644 --- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb +++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb | |||
| @@ -30,3 +30,4 @@ RPROVIDES_${PN} += "${PN}-systemd" | |||
| 30 | RREPLACES_${PN} += "${PN}-systemd" | 30 | RREPLACES_${PN} += "${PN}-systemd" |
| 31 | RCONFLICTS_${PN} += "${PN}-systemd" | 31 | RCONFLICTS_${PN} += "${PN}-systemd" |
| 32 | SYSTEMD_SERVICE_${PN} = "pcscd.socket" | 32 | SYSTEMD_SERVICE_${PN} = "pcscd.socket" |
| 33 | RDEPENDS_${PN} +="python" | ||
