aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2020-12-07 16:14:57 +0100
committerKhem Raj <raj.khem@gmail.com>2020-12-07 21:55:47 -0800
commit5265de84b38c3ce946bdc0a489a70cedf7145e1a (patch)
tree826e897388966a12b6505961e300a1b7bf9c5986
parent2e1a32a474b8600b56e4d7e2434967103b267ccb (diff)
downloadmeta-openembedded-contrib-5265de84b38c3ce946bdc0a489a70cedf7145e1a.tar.gz
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 <rhi@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/openct/openct_0.6.20.bb2
1 files changed, 1 insertions, 1 deletions
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 \