diff options
-rw-r--r-- | meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.13.bb (renamed from meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.13.bb index c562b3df37..cc72549cf2 100644 --- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb +++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.13.bb | |||
@@ -2,14 +2,13 @@ SUMMARY = "PC/SC Lite smart card framework and applications" | |||
2 | HOMEPAGE = "http://pcsclite.alioth.debian.org/" | 2 | HOMEPAGE = "http://pcsclite.alioth.debian.org/" |
3 | LICENSE = "BSD & GPLv3+" | 3 | LICENSE = "BSD & GPLv3+" |
4 | LICENSE_${PN}-dev = "GPLv3+" | 4 | LICENSE_${PN}-dev = "GPLv3+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a39d325b7d9cf2f07826a5154b16500c" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=bcfbd85230ac3c586fb294c8b627cf32" |
6 | DEPENDS = "udev" | 6 | DEPENDS = "udev" |
7 | 7 | ||
8 | SRC_URI = "https://alioth.debian.org/frs/download.php/file/3757/pcsc-lite-${PV}.tar.bz2" | 8 | SRC_URI = "https://alioth.debian.org/frs/download.php/file/4126/pcsc-lite-${PV}.tar.bz2" |
9 | SRC_URI[md5sum] = "3e4b777231d35ce35c15c0704f936eaa" | 9 | SRC_URI[md5sum] = "4dcd22d20a6df8810fac5480cc320b6d" |
10 | SRC_URI[sha256sum] = "1e44049168d1ce55fd56c175f61206955254df0f385455f2a20ec7e8a0e6a77a" | 10 | SRC_URI[sha256sum] = "f315047e808d63a3262c4a040f77548af2e04d1fd707e0c2759369b926fbbc3b" |
11 | 11 | ||
12 | PR = "r3" | ||
13 | 12 | ||
14 | inherit autotools systemd pkgconfig | 13 | inherit autotools systemd pkgconfig |
15 | 14 | ||