summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiaying Song <jiaying.song.cn@windriver.com>2024-10-18 15:27:37 +0800
committerKhem Raj <raj.khem@gmail.com>2024-10-18 09:25:45 -0700
commit784942b68ef0a9533defee6c6f3d695e1c02cd3f (patch)
treeb89aa745cd17f359484dc6d2a36c53a89b8fa0b2
parentbc29ed7b10795773fccef2839cfbfc23cd2e115d (diff)
downloadmeta-openembedded-784942b68ef0a9533defee6c6f3d695e1c02cd3f.tar.gz
vlock: fix do_fetch error
Change the SRC_URI to the correct value due to the following error: WARNING: vlock-2.2.3-r0.vr2401 do_fetch: Failed to fetch URL http://distfiles.gentoo.org/distfiles/vlock-2.2.3.tar.gz, attempting MIRRORS if available Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/vlock/vlock_2.2.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/vlock/vlock_2.2.3.bb b/meta-oe/recipes-extended/vlock/vlock_2.2.3.bb
index 1a75922277..948d8a2818 100644
--- a/meta-oe/recipes-extended/vlock/vlock_2.2.3.bb
+++ b/meta-oe/recipes-extended/vlock/vlock_2.2.3.bb
@@ -9,7 +9,7 @@ SECTION = "utils"
9LICENSE = "GPL-2.0-only" 9LICENSE = "GPL-2.0-only"
10LIC_FILES_CHKSUM = "file://COPYING;md5=a17cb0a873d252440acfdf9b3d0e7fbf" 10LIC_FILES_CHKSUM = "file://COPYING;md5=a17cb0a873d252440acfdf9b3d0e7fbf"
11 11
12SRC_URI = "${GENTOO_MIRROR}/${BP}.tar.gz \ 12SRC_URI = "${GENTOO_MIRROR}/37/${BP}.tar.gz \
13 file://disable_vlockrc.patch \ 13 file://disable_vlockrc.patch \
14 file://vlock_pam_tally2_reset.patch \ 14 file://vlock_pam_tally2_reset.patch \
15 file://vlock-no_tally.patch \ 15 file://vlock-no_tally.patch \