remove warnings from wrong license and some unneeded flags
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@722 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -1,23 +1,24 @@
|
|||||||
DESCRIPTION = "A set of libraries and utilities to work with smart cards"
|
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-2.1"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
|
||||||
|
|
||||||
DEPENDS = "pcsc-lite openssl"
|
DEPENDS = "pcsc-lite openssl"
|
||||||
|
|
||||||
LEAD_SONAME = "libopensc"
|
#LEAD_SONAME = "libopensc"
|
||||||
|
|
||||||
LIBS += "-ldl"
|
#LIBS += "-ldl"
|
||||||
|
CFLAGS += "-I${incdir}"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/frankmorgner/OpenSC.git;"
|
SRC_URI = "git://github.com/frankmorgner/OpenSC.git;"
|
||||||
SRCREV = "d818628bf9c62c750710649b0b234bc71eec4ee9"
|
SRCREV = "d818628bf9c62c750710649b0b234bc71eec4ee9"
|
||||||
|
PV = "0.12+gitr${SRCPV}"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
EXTRA_OECONF = "--enable-pcsc=yes LIBS=-ldl \
|
|
||||||
--with-pcsc-provider=${libdir}/libpcsclite.so.1 \
|
EXTRA_OECONF = "--enable-pcsc=yes"
|
||||||
"
|
|
||||||
|
|
||||||
FILES_${PN}-dev += "${libdir}/pkcs11-spy.so \
|
FILES_${PN}-dev += "${libdir}/pkcs11-spy.so \
|
||||||
${libdir}/opensc-pkcs11.so \
|
${libdir}/opensc-pkcs11.so \
|
||||||
|
|||||||
Reference in New Issue
Block a user