From f091dc42d1ac817d9b5c622ccf3ef129e9a71372 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Mon, 7 Dec 2020 16:14:57 +0100 Subject: [PATCH] openct: use upstream SRC_URI The Debian pool URLs are not permanent, and the package is no longer included in any active Debian release. It is also not available through any of the default Debian snapshot mirrors. Instead of adding a new Debian snapshot mirror, use the upstream URL directly. Signed-off-by: Roland Hieber Signed-off-by: Khem Raj (cherry picked from commit 5265de84b38c3ce946bdc0a489a70cedf7145e1a) Signed-off-by: Armin Kuster --- meta-oe/recipes-support/openct/openct_0.6.20.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/openct/openct_0.6.20.bb b/meta-oe/recipes-support/openct/openct_0.6.20.bb index 08b2e3c232..1514c7a958 100644 --- a/meta-oe/recipes-support/openct/openct_0.6.20.bb +++ b/meta-oe/recipes-support/openct/openct_0.6.20.bb @@ -11,7 +11,7 @@ readers to remote machines via TCP/IP." DEPENDS += "libtool pcsc-lite libusb-compat" SRC_URI = " \ - ${DEBIAN_MIRROR}/main/o/${BPN}/${BPN}_${PV}.orig.tar.gz \ + https://downloads.sourceforge.net/project/opensc/${BPN}/${BPN}-${PV}.tar.gz \ file://etc-openct.udev.in-disablePROGRAM.patch \ file://etc-openct_usb.in-modify-UDEVINFO.patch \ file://openct.init \