linking against opensc now as shared library
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@394 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
18
bitbake/npa.bb
Normal file
18
bitbake/npa.bb
Normal file
@@ -0,0 +1,18 @@
|
||||
DESCRIPTION = "API and Tools for the new German identity card (neuer Personalausweis, nPA)"
|
||||
LICENSE = "GPL"
|
||||
|
||||
DEPENDS = "openssl opensc"
|
||||
RDEPENDS = "libcrypto opensc"
|
||||
|
||||
SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot;module=vsmartcard;proto=https;rev=384"
|
||||
|
||||
S = "${WORKDIR}/vsmartcard/npa"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = ""
|
||||
|
||||
FILES_${PN} += "\
|
||||
${bindir}/* \
|
||||
${libdir}/* \
|
||||
"
|
||||
Reference in New Issue
Block a user