Skip to content

Commit

Permalink
lockfile-progs: use DEBIAN_MIRROR in SRC_URI
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
  • Loading branch information
rohieb committed Dec 7, 2020
1 parent 16c2cfa commit 4642b02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
DEPENDS = "liblockfile"

SRC_URI = "http://ftp.de.debian.org/debian/pool/main/l/${BPN}/${BPN}_${PV}.tar.gz"
SRC_URI = "${DEBIAN_MIRROR}/main/l/${BPN}/${BPN}_${PV}.tar.gz"
SRC_URI[md5sum] = "4eb83bdf88016db836b7cc09591fb0f3"
SRC_URI[sha256sum] = "a42995a4b97e6188efc90fcc1a761163c4b2cff5c81b936f85c84301ddb05ce6"

Expand Down

0 comments on commit 4642b02

Please sign in to comment.