aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2020-12-07 16:14:57 +0100
committerArmin Kuster <akuster808@gmail.com>2021-01-10 11:06:10 -0800
commitf091dc42d1ac817d9b5c622ccf3ef129e9a71372 (patch)
tree36be30830b5d89b8a637ab922864bd49eb84c46b /meta-oe/recipes-support
parent197b47c450af88358bf82235efdc7ed8c51ab4b5 (diff)
downloadmeta-openembedded-f091dc42d1ac817d9b5c622ccf3ef129e9a71372.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> (cherry picked from commit 5265de84b38c3ce946bdc0a489a70cedf7145e1a) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-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 \