[oe-commits] [meta-openembedded] 03/04: opensc: fix RDEPENDS in pcsc PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Wed Dec 4 19:36:43 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit cf7ff54aa4c23da73c4ec3311d91e342d376a833
Author: Laurent Bonnans <laurent.bonnans at here.com>
AuthorDate: Wed Dec 4 11:23:06 2019 +0000

    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 at here.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/opensc/opensc_0.19.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/opensc/opensc_0.19.0.bb b/meta-oe/recipes-support/opensc/opensc_0.19.0.bb
index a1e29dd..006a1b6 100644
--- a/meta-oe/recipes-support/opensc/opensc_0.19.0.bb
+++ b/meta-oe/recipes-support/opensc/opensc_0.19.0.bb
@@ -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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list