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"