mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
parent
c6be3e5e74
commit
50c1e08c94
@ -9,7 +9,7 @@ SECTION = "utils"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a17cb0a873d252440acfdf9b3d0e7fbf"
|
||||
|
||||
SRC_URI = "${GENTOO_MIRROR}/${BP}.tar.gz \
|
||||
SRC_URI = "${GENTOO_MIRROR}/37/${BP}.tar.gz \
|
||||
file://disable_vlockrc.patch \
|
||||
file://vlock_pam_tally2_reset.patch \
|
||||
file://vlock-no_tally.patch \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user