updated recipes to new requirements of openembedded and newer versions

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@725 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2012-03-02 10:52:34 +00:00
parent e5b947f3ab
commit 6b78c34ccc
8 changed files with 89 additions and 51 deletions

View File

@@ -1,5 +1,6 @@
DESCRIPTION = "A set of libraries and utilities to work with smart cards"
HOMEPAGE = "http://www.opensc-project.org/opensc"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
@@ -7,7 +8,9 @@ DEPENDS = "pcsc-lite openssl"
SRC_URI = "git://github.com/frankmorgner/OpenSC.git;"
SRCREV = "d818628bf9c62c750710649b0b234bc71eec4ee9"
PV = "0.12+gitr${SRCPV}"
PV = "0.12.3+gitr${SRCPV}"
PR = "r0"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
@@ -23,6 +26,3 @@ FILES_${PN}-dev += "${libdir}/pkcs11-spy.so \
${libdir}/pkcs11/onepin-opensc-pkcs11.so \
"
FILES_${PN}-dbg += "${libdir}/pkcs11/.debug"
SRC_URI[md5sum] = "62fe8d3ed1864556c1970d7c23d8d58e"
SRC_URI[sha256sum] = "e9b5812dd8024484c6bb7400fb3e638aca2e9b112a7ffb161c300fe2260b28c8"