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: f02e9f46ce54fed3c7ddfad7d1003a2fb7ba3a67)

Signed-off-by: Ferry Toth <ftoth@exalondelft.nl>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ferry Toth
2019-10-25 21:12:33 +02:00
committed by Richard Purdie
parent cc9836f601
commit db8e206970

View File

@@ -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 \