Skip to content

Commit

Permalink
openct: use upstream SRC_URI
Browse files Browse the repository at this point in the history
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.

The checksums are different because GitHub creates the tarballs directly
from the git tags, therefore the tarball contains a different timestamp
than the tarball from the Debian pool.

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
  • Loading branch information
rohieb committed Dec 7, 2020
1 parent a8dee74 commit d9f2dd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meta-oe/recipes-support/openct/openct_0.6.20.bb
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ 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://github.com/OpenSC/${BPN}/archive/${BPN}-${PV}.tar.gz \
file://etc-openct.udev.in-disablePROGRAM.patch \
file://etc-openct_usb.in-modify-UDEVINFO.patch \
file://openct.init \
file://openct.sysconfig \
file://openct.service \
"

SRC_URI[md5sum] = "a1da3358ab798f1cb9232f1dbababc21"
SRC_URI[sha256sum] = "6cd3e2933d29eb1f875c838ee58b8071fd61f0ec8ed5922a86c01c805d181a68"
SRC_URI[md5sum] = "30e416c6c414466f685a5e2db8591c71"
SRC_URI[sha256sum] = "53a373ef428bd185e3e41828f05025e59e4706ce5cf70d19a0b29e1189bfe70a"

LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1"
Expand Down

0 comments on commit d9f2dd9

Please sign in to comment.