diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-05-10 14:55:08 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-10 14:07:54 -0700 |
commit | 408050d37f9255425fb488a5651fe52ccae8cc33 (patch) | |
tree | 9542f5cf22a180787b1bab139ce439d94e39077c | |
parent | 073b89ea21fcc5b1b74516fbadeccd875c95e43f (diff) | |
download | meta-openembedded-408050d37f9255425fb488a5651fe52ccae8cc33.tar.gz |
ccid: Upgrade 1.4.24 -> 1.4.30
Switch to new upstream location.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/ccid/ccid_1.4.30.bb (renamed from meta-oe/recipes-support/ccid/ccid_1.4.24.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/ccid/ccid_1.4.24.bb b/meta-oe/recipes-support/ccid/ccid_1.4.30.bb index 31145d0ef..95a41d2f7 100644 --- a/meta-oe/recipes-support/ccid/ccid_1.4.24.bb +++ b/meta-oe/recipes-support/ccid/ccid_1.4.30.bb | |||
@@ -1,17 +1,17 @@ | |||
1 | SUMMARY = "Generic USB CCID smart card reader driver" | 1 | SUMMARY = "Generic USB CCID smart card reader driver" |
2 | HOMEPAGE = "http://pcsclite.alioth.debian.org/ccid.html" | 2 | HOMEPAGE = "https://ccid.apdu.fr/" |
3 | LICENSE = "LGPLv2.1+" | 3 | LICENSE = "LGPLv2.1+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
5 | 5 | ||
6 | DEPENDS = "virtual/libusb0 pcsc-lite" | 6 | DEPENDS = "virtual/libusb0 pcsc-lite" |
7 | RDEPENDS_${PN} = "pcsc-lite" | 7 | RDEPENDS_${PN} = "pcsc-lite" |
8 | 8 | ||
9 | SRC_URI = "https://alioth.debian.org/frs/download.php/file/4171/ccid-${PV}.tar.bz2 \ | 9 | SRC_URI = "https://ccid.apdu.fr/files/ccid-${PV}.tar.bz2 \ |
10 | file://no-dep-on-libfl.patch \ | 10 | file://no-dep-on-libfl.patch \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRC_URI[md5sum] = "915a03cda85b60fefbe3654cbdc68ca9" | 13 | SRC_URI[md5sum] = "817abceef715e02cb47617621fe192e0" |
14 | SRC_URI[sha256sum] = "62cb73c6c009c9799c526f05a05e25f00f0ad86d50f82a714dedcfbf4a7e4176" | 14 | SRC_URI[sha256sum] = "ac17087be08880a0cdf99a8a2799a4ef004dc6ffa08b4d9b0ad995f39a53ff7c" |
15 | 15 | ||
16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
17 | 17 | ||