diff options
author | Jiaying Song <jiaying.song.cn@windriver.com> | 2024-10-18 15:27:37 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 13:13:29 -0800 |
commit | e0485882a1d796d916b85c2e5a41a303b762e876 (patch) | |
tree | a4a12f8f5860b99231b59fe8e75bcac4984b93fd | |
parent | c857fa458f5f4ce155fdb84bbc70953ac804f93b (diff) | |
download | meta-openembedded-e0485882a1d796d916b85c2e5a41a303b762e876.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>
(cherry picked from commit 784942b68ef0a9533defee6c6f3d695e1c02cd3f)
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 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" | |||
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 \ |