- fixed references
- bitbake updated versions git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@417 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -4,11 +4,11 @@ LICENSE = "GPL"
|
||||
DEPENDS = "pcsc-lite linux-libc-headers openssl opensc"
|
||||
RDEPENDS = "pcsc-lite kernel-module-gadgetfs libcrypto opensc"
|
||||
|
||||
SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard;module=ccid;proto=https;rev=180"
|
||||
SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard;module=ccid;proto=https;rev=417"
|
||||
|
||||
S = "${WORKDIR}/ccid"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--enable-pace"
|
||||
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
DESCRIPTION = "Simple GUI for entring a PIN and giving it to pace-tool"
|
||||
DESCRIPTION = "Simple GUI for entring a PIN and giving it to npa-tool"
|
||||
LICENSE = "GPL"
|
||||
AUTHOR = "Dominik Oepen <oepen@informatik.hu-berlin.de>"
|
||||
|
||||
DEPENDS = "ccid-emulator"
|
||||
RDEPENDS = "ccid-emulator python-pygtk libglade"
|
||||
DEPENDS = "npa"
|
||||
RDEPENDS = "npa python-pygtk libglade"
|
||||
|
||||
SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard;module=eID_gui;proto=https;rev=237"
|
||||
SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard;module=eID_gui;proto=https;rev=417"
|
||||
|
||||
S = "${WORKDIR}/eID_gui"
|
||||
|
||||
inherit autotools_stage pkgconfig python-dir
|
||||
inherit autotools pkgconfig python-dir
|
||||
|
||||
FILES_${PN} += "${bindir}/* \
|
||||
${datadir}/eid_gui/* \
|
||||
|
||||
@@ -2,9 +2,9 @@ DESCRIPTION = "API and Tools for the new German identity card (neuer Personalaus
|
||||
LICENSE = "GPL"
|
||||
|
||||
DEPENDS = "openssl opensc"
|
||||
RDEPENDS = "libcrypto"
|
||||
RDEPENDS = "libcrypto opensc"
|
||||
|
||||
SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot;module=vsmartcard;proto=https;rev=396"
|
||||
SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot;module=vsmartcard;proto=https;rev=417"
|
||||
|
||||
S = "${WORKDIR}/vsmartcard/npa"
|
||||
|
||||
|
||||
@@ -4,11 +4,11 @@ LICENSE = "GPL"
|
||||
DEPENDS = "pcsc-lite"
|
||||
RDEPENDS = "pcsc-lite"
|
||||
|
||||
SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard;module=picc_to_pcsc;proto=https;rev=180"
|
||||
SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard;module=picc_to_pcsc;proto=https;rev=417"
|
||||
|
||||
S = "${WORKDIR}/picc_to_pcsc"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
FILES_${PN} += "\
|
||||
${bindir}/* \
|
||||
|
||||
@@ -4,13 +4,13 @@ LICENSE = "GPL"
|
||||
DEPENDS = "pcsc-lite"
|
||||
RDEPENDS = "pcsc-lite python-pycrypto python-crypt python-textutils python-imaging python-pickle"
|
||||
|
||||
SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard;module=virtualsmartcard;proto=https;rev=180"
|
||||
SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard;module=virtualsmartcard;proto=https;rev=417"
|
||||
|
||||
S = "${WORKDIR}/virtualsmartcard"
|
||||
|
||||
EXTRA_OECONF = " --enable-serialdropdir=${libdir}/pcsc/drivers/serial"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
FILES_${PN} += "\
|
||||
${bindir}/* \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
DESCRIPTION = "Virtual Smartcard with PCSC Driver and CCID to PCSC Gadget"
|
||||
LICENSE = "GPL"
|
||||
|
||||
DEPENDS = "ccid-emulator virtualsmartcard picctopcsc"
|
||||
DEPENDS = "npa ccid-emulator virtualsmartcard picctopcsc"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user