Skip to content

Commit

Permalink
opensc: fix RDEPENDS in pcsc PACKAGECONFIG
Browse files Browse the repository at this point in the history
OpenSC depends on pcsc-lite's systemd service and pkcs11 library at
runtime.

Signed-off-by: Laurent Bonnans <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
lbonn authored and kraj committed Dec 6, 2019
1 parent 38c70e7 commit 40b3a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-oe/recipes-support/opensc/opensc_0.19.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 40b3a51

Please sign in to comment.