summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2019-06-11 16:55:04 +0000
committerArmin Kuster <akuster808@gmail.com>2019-06-16 08:15:18 -0700
commita6d674b089ece172dce4cb2e5bc5f4f4498f4bae (patch)
tree7e6fa353094326b7bedf1d4c669e5ed735fc4a18
parent14934c44a7ec13ada8b08840fba3b7fec909c354 (diff)
downloadmeta-openembedded-a6d674b089ece172dce4cb2e5bc5f4f4498f4bae.tar.gz
ccid: fix SRC_URI
* alioth.debian.org isn't available anymore * master already has this (was part of the upgrade to newer version) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-support/ccid/ccid_1.4.24.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/ccid/ccid_1.4.24.bb b/meta-oe/recipes-support/ccid/ccid_1.4.24.bb
index 31145d0ef..92f43d86a 100644
--- a/meta-oe/recipes-support/ccid/ccid_1.4.24.bb
+++ b/meta-oe/recipes-support/ccid/ccid_1.4.24.bb
@@ -1,12 +1,12 @@
1SUMMARY = "Generic USB CCID smart card reader driver" 1SUMMARY = "Generic USB CCID smart card reader driver"
2HOMEPAGE = "http://pcsclite.alioth.debian.org/ccid.html" 2HOMEPAGE = "https://ccid.apdu.fr/"
3LICENSE = "LGPLv2.1+" 3LICENSE = "LGPLv2.1+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" 4LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
5 5
6DEPENDS = "virtual/libusb0 pcsc-lite" 6DEPENDS = "virtual/libusb0 pcsc-lite"
7RDEPENDS_${PN} = "pcsc-lite" 7RDEPENDS_${PN} = "pcsc-lite"
8 8
9SRC_URI = "https://alioth.debian.org/frs/download.php/file/4171/ccid-${PV}.tar.bz2 \ 9SRC_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