summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiaying Song <jiaying.song.cn@windriver.com>2025-08-05 15:29:22 +0800
committerGyorgy Sarvari <skandigraun@gmail.com>2025-09-06 16:17:15 +0200
commit03a0cef7a528b76f8126511dd240e2cb845dd793 (patch)
treebb7869d1908cf2a60da606d6ee4f8f0791820d96
parent937dd582d87e65ad07701932da02a2cd39f7b4c0 (diff)
downloadmeta-openembedded-03a0cef7a528b76f8126511dd240e2cb845dd793.tar.gz
logcheck: correct the SRC_URI
The original tarball URL is no longer valid, as it has been moved to an archive location. This update points to the new location. Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
-rw-r--r--meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb b/meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb
index 037852392f..f00d78fef4 100644
--- a/meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb
+++ b/meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb
@@ -11,7 +11,7 @@ HOMEPAGE = "http://logcheck.org/"
11LICENSE = "GPL-2.0-only" 11LICENSE = "GPL-2.0-only"
12LIC_FILES_CHKSUM = "file://LICENSE;md5=c93c0550bd3173f4504b2cbd8991e50b" 12LIC_FILES_CHKSUM = "file://LICENSE;md5=c93c0550bd3173f4504b2cbd8991e50b"
13 13
14SRC_URI = "${DEBIAN_MIRROR}/main/l/${BPN}/${BPN}_${PV}.tar.xz \ 14SRC_URI = "https://snapshot.debian.org/archive/debian/20230718T155737Z/pool/main/l/${BPN}/${BPN}_${PV}.tar.xz \
15 file://99_logcheck \ 15 file://99_logcheck \
16" 16"
17SRC_URI[sha256sum] = "ad83ae80bd780bdae5eefd40ad59a3e97b85ad3a4962aa7c00d98ed3bdffcdd0" 17SRC_URI[sha256sum] = "ad83ae80bd780bdae5eefd40ad59a3e97b85ad3a4962aa7c00d98ed3bdffcdd0"