From 22594d8ae3b5875079ad2c6ac7b15693bf85af1b Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Fri, 24 Feb 2012 16:37:27 +0000 Subject: [PATCH] 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 --- bitbake/opensc/opensc.bb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/bitbake/opensc/opensc.bb b/bitbake/opensc/opensc.bb index c0ddfa2..4d3e0c9 100644 --- a/bitbake/opensc/opensc.bb +++ b/bitbake/opensc/opensc.bb @@ -1,23 +1,24 @@ DESCRIPTION = "A set of libraries and utilities to work with smart cards" HOMEPAGE = "http://www.opensc-project.org/opensc" -LICENSE = "LGPL" +LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" 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;" SRCREV = "d818628bf9c62c750710649b0b234bc71eec4ee9" +PV = "0.12+gitr${SRCPV}" S = "${WORKDIR}/git" 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 \ ${libdir}/opensc-pkcs11.so \