opensc: fix RDEPENDS in pcsc PACKAGECONFIG

OpenSC depends on pcsc-lite's systemd service and pkcs11 library at
runtime.

Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Laurent Bonnans 2019-12-04 11:23:06 +00:00 committed by Khem Raj
parent 38c70e7518
commit 40b3a51231

View File

@ -31,7 +31,7 @@ EXTRA_OEMAKE = "DESTDIR=${D}"
PACKAGECONFIG ??= "pcsc"
PACKAGECONFIG[openct] = "--enable-openct,--disable-openct,openct"
PACKAGECONFIG[pcsc] = "--enable-pcsc,--disable-pcsc,pcsc-lite"
PACKAGECONFIG[pcsc] = "--enable-pcsc,--disable-pcsc,pcsc-lite,pcsc-lite pcsc-lite-lib"
RDEPENDS_${PN} = "readline"