mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user