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