mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
c-ares: Use branch=main and protocol=https in SRC_URI
Without the branch setting, this error occurs: ERROR: c-ares-native-1.16.0+gitrAUTOINC+74a1426ba6-r0 do_fetch: Fetcher failure: Unable to find revision 74a1426ba60e2cd7977e53a22ef839c87415066e in branch master even from upstream ERROR: c-ares-native-1.16.0+gitrAUTOINC+74a1426ba6-r0 do_fetch: Fetcher failure for URL: 'git://github.com/c-ares/c-ares.git'. Unable to fetch URL from any source. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
0b0ab6a2d2
commit
10dabf3896
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006"
|
||||
PV = "1.16.0+gitr${SRCPV}"
|
||||
|
||||
SRC_URI = "\
|
||||
git://github.com/c-ares/c-ares.git \
|
||||
git://github.com/c-ares/c-ares.git;branch=main;protocol=https \
|
||||
file://cmake-install-libcares.pc.patch \
|
||||
file://0001-fix-configure-error-mv-libcares.pc.cmakein-to-libcar.patch \
|
||||
file://0001-CVE-2021-3672.patch \
|
||||
|
||||
Reference in New Issue
Block a user