Explicitly enable PC/SC support in the OpenSC recipe

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@116 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
oepen
2010-05-31 18:08:50 +00:00
parent f7f7e2d0b8
commit b5dd649318

View File

@@ -2,8 +2,8 @@ DESCRIPTION = "A set of libraries and utilities to work with smart cards"
HOMEPAGE = "http://www.opensc-project.org/opensc"
LICENSE = "LGPL"
DEPENDS = "openssl"
RDEPENDS = "libcrypto"
DEPENDS = "pcsc-lite openssl"
RDEPENDS = "libcrypto libpcsclite"
LEAD_SONAME = "libopensc"
@@ -11,6 +11,10 @@ SRC_URI = "http://www.opensc-project.org/files/opensc/opensc-${PV}.tar.gz;"
inherit autotools_stage pkgconfig
EXTRA_OECONF = "--enable-pcsc=yes \
--with-pcsc-provider=${libdir}/libpcsclite.so.1 \
"
SRC_URI += "file://le0.patch"
FILES_${PN} += "${libdir}/libopensc.so.*"