summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.3.bb (renamed from meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.2.bb b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.3.bb
index 14ffab6128..5aecc2df89 100644
--- a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.2.bb
+++ b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.3.bb
@@ -3,9 +3,9 @@ HOMEPAGE = "http://ludovic.rousseau.free.fr/softwares/pcsc-tools"
3LICENSE = "GPL-2.0-only" 3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://LICENCE;md5=94d55d512a9ba36caa9b7df079bae19f" 4LIC_FILES_CHKSUM = "file://LICENCE;md5=94d55d512a9ba36caa9b7df079bae19f"
5 5
6SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https;branch=master" 6SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https;branch=master;tag=${PV}"
7 7
8SRCREV = "778da3d86a59f5166443118c158e11ba4da9a5f1" 8SRCREV = "12f62c67650e1bfb491c18242a75fa61993c4cb8"
9 9
10inherit autotools pkgconfig 10inherit autotools pkgconfig
11 11