diff options
author | Jiaying Song <jiaying.song.cn@windriver.com> | 2025-08-25 15:45:10 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-08-25 20:07:19 -0700 |
commit | 7949ad3de260b6a516383e165b834220003d27aa (patch) | |
tree | e935bff95ef89785b48aac7496b07445545b71af | |
parent | 33fec4b4f47ae5b86f274c352939437b641e7f8d (diff) | |
download | meta-openembedded-7949ad3de260b6a516383e165b834220003d27aa.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: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb | 2 |
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/" | |||
11 | LICENSE = "GPL-2.0-only" | 11 | LICENSE = "GPL-2.0-only" |
12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c93c0550bd3173f4504b2cbd8991e50b" | 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c93c0550bd3173f4504b2cbd8991e50b" |
13 | 13 | ||
14 | SRC_URI = "${DEBIAN_MIRROR}/main/l/${BPN}/${BPN}_${PV}.tar.xz \ | 14 | SRC_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 | " |
17 | SRC_URI[sha256sum] = "ad83ae80bd780bdae5eefd40ad59a3e97b85ad3a4962aa7c00d98ed3bdffcdd0" | 17 | SRC_URI[sha256sum] = "ad83ae80bd780bdae5eefd40ad59a3e97b85ad3a4962aa7c00d98ed3bdffcdd0" |