diff options
author | Jiaying Song <jiaying.song.cn@windriver.com> | 2024-10-18 15:27:37 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-11-09 14:31:41 -0500 |
commit | 5ba7aad943814506d8237e0a625e76d2114b8c65 (patch) | |
tree | cb1fc83f8c2dca2f7d6522647ac7e756a4a504df | |
parent | 3e4be9f2ec6297b90f9c94a65aefe03ee9973cc6 (diff) | |
download | meta-openembedded-5ba7aad943814506d8237e0a625e76d2114b8c65.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: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/vlock/vlock_2.2.3.bb | 2 |
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 455bda1d76..84289515ef 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" | |||
9 | LICENSE = "GPL-2.0-only" | 9 | LICENSE = "GPL-2.0-only" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=a17cb0a873d252440acfdf9b3d0e7fbf" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=a17cb0a873d252440acfdf9b3d0e7fbf" |
11 | 11 | ||
12 | SRC_URI = "${GENTOO_MIRROR}/${BP}.tar.gz \ | 12 | SRC_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 \ |