diff options
| author | Zoltán Böszörményi <zboszor@gmail.com> | 2021-11-07 16:48:40 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-11-07 10:40:23 -0800 |
| commit | 10dabf3896591f33c02f420204cb79fefecd2f19 (patch) | |
| tree | a65efed755ff47e56b0657e762c2d35abab17482 | |
| parent | 0b0ab6a2d227f22374268d29fcb8e4f9dab5374b (diff) | |
| download | meta-openembedded-10dabf3896591f33c02f420204cb79fefecd2f19.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb b/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb index afcc1cc4b8..f115127e81 100644 --- a/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb +++ b/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb | |||
| @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006" | |||
| 8 | PV = "1.16.0+gitr${SRCPV}" | 8 | PV = "1.16.0+gitr${SRCPV}" |
| 9 | 9 | ||
| 10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
| 11 | git://github.com/c-ares/c-ares.git \ | 11 | git://github.com/c-ares/c-ares.git;branch=main;protocol=https \ |
| 12 | file://cmake-install-libcares.pc.patch \ | 12 | file://cmake-install-libcares.pc.patch \ |
| 13 | file://0001-fix-configure-error-mv-libcares.pc.cmakein-to-libcar.patch \ | 13 | file://0001-fix-configure-error-mv-libcares.pc.cmakein-to-libcar.patch \ |
| 14 | file://0001-CVE-2021-3672.patch \ | 14 | file://0001-CVE-2021-3672.patch \ |
