diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-10-29 12:29:44 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-30 09:50:55 +0100 |
commit | f51d30baf0788f47f941ea1d959b716eba1b0eed (patch) | |
tree | 232f46d8e69ce3ae620c69935e1f9e0f5537262c /meta-oe | |
parent | 0c436f12d9562823192092d22b6cbb64c6a13512 (diff) | |
download | meta-openembedded-f51d30baf0788f47f941ea1d959b716eba1b0eed.tar.gz |
ccid: Update to 1.4.8
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/ccid/ccid_1.4.8.bb (renamed from meta-oe/recipes-support/ccid/ccid_1.4.4.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/ccid/ccid_1.4.4.bb b/meta-oe/recipes-support/ccid/ccid_1.4.8.bb index 734e8549686..85767537397 100644 --- a/meta-oe/recipes-support/ccid/ccid_1.4.4.bb +++ b/meta-oe/recipes-support/ccid/ccid_1.4.8.bb @@ -7,10 +7,9 @@ PR = "r0" DEPENDS = "virtual/libusb0 pcsc-lite" RDEPENDS_${PN} = "pcsc-lite" -SRC_URI = "https://alioth.debian.org/frs/download.php/3579/ccid-${PV}.tar.bz2" - -SRC_URI[md5sum] = "79ef91103bcdd99a3b31cb5c5721a829" -SRC_URI[sha256sum] = "953e430d2e37a67b99041f584249085656d73e72390dfe40589f4dd5c367edd0" +SRC_URI = "https://alioth.debian.org/frs/download.php/3768/ccid-${PV}.tar.bz2" +SRC_URI[md5sum] = "b6c37110f50b059a8ba94f118cfd679a" +SRC_URI[sha256sum] = "7aca09fa4b9099e423402fd5df424adbafa502888710d1fda6015b6c1ff637ef" inherit autotools |