From 335a6b9f205090a209102e132d20b952c21745a2 Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Thu, 1 Jul 2010 11:20:18 +0000 Subject: [PATCH] updated recipes git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@186 96b47cad-a561-4643-ad3b-153ac7d7599c --- bitbake/ccid-emulator.bb | 2 +- bitbake/picctopcsc.bb | 2 +- bitbake/virtualsmartcard.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitbake/ccid-emulator.bb b/bitbake/ccid-emulator.bb index 5d861f4..0118868 100644 --- a/bitbake/ccid-emulator.bb +++ b/bitbake/ccid-emulator.bb @@ -4,7 +4,7 @@ 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" +SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard;module=ccid;proto=https;rev=180" S = "${WORKDIR}/ccid" diff --git a/bitbake/picctopcsc.bb b/bitbake/picctopcsc.bb index 30d75ee..fd59a22 100644 --- a/bitbake/picctopcsc.bb +++ b/bitbake/picctopcsc.bb @@ -4,7 +4,7 @@ LICENSE = "GPL" DEPENDS = "pcsc-lite" RDEPENDS = "pcsc-lite" -SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard;module=picc_to_pcsc;proto=https;rev=131" +SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard;module=picc_to_pcsc;proto=https;rev=180" S = "${WORKDIR}/picc_to_pcsc" diff --git a/bitbake/virtualsmartcard.bb b/bitbake/virtualsmartcard.bb index df21daa..9f7534b 100644 --- a/bitbake/virtualsmartcard.bb +++ b/bitbake/virtualsmartcard.bb @@ -4,7 +4,7 @@ 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=164" +SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard;module=virtualsmartcard;proto=https;rev=180" S = "${WORKDIR}/virtualsmartcard"