mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
sudo: Fix fetching sources
It looks like https://www.sudo.ws/download.html changed certificate and directory structure. This breaks fetching sources. (From OE-Core rev: e03afb9b776407db0ca41852d359b599676379c6) Signed-off-by: Ferry Toth <ftoth@exalondelft.nl> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
02951c25c9
commit
1b97c75552
@@ -1,6 +1,6 @@
|
||||
require sudo.inc
|
||||
|
||||
SRC_URI = "http://www.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
|
||||
SRC_URI = "https://www.sudo.ws/dist/sudo-${PV}.tar.gz \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \
|
||||
file://0001-Include-sys-types.h-for-id_t-definition.patch \
|
||||
file://CVE-2019-14287-1.patch \
|
||||
|
||||
Reference in New Issue
Block a user