diff options
| author | Vijay Anusuri <vanusuri@mvista.com> | 2024-06-11 08:49:08 +0530 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-06-17 09:06:19 -0400 |
| commit | 1c59cb3654ea7700a926be91caee80dffc4daa62 (patch) | |
| tree | 8c18a5a4b53df306c44f3af72d3c726a69a0f3a0 /meta-oe | |
| parent | 7daa84f26ddda3f17236cbd0a5e544176da8fd21 (diff) | |
| download | meta-openembedded-1c59cb3654ea7700a926be91caee80dffc4daa62.tar.gz | |
c-ares: Update SRC tarball path
Fix WARNING: Failed to fetch URL https://c-ares.org/download/c-ares-1.27.0.tar.gz
Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/c-ares/c-ares_1.27.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.27.0.bb b/meta-oe/recipes-support/c-ares/c-ares_1.27.0.bb index 2d91ac1731..f6de281058 100644 --- a/meta-oe/recipes-support/c-ares/c-ares_1.27.0.bb +++ b/meta-oe/recipes-support/c-ares/c-ares_1.27.0.bb | |||
| @@ -5,7 +5,7 @@ SECTION = "libs" | |||
| 5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fdbc58a6da11a9f68aa73c453818decc" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fdbc58a6da11a9f68aa73c453818decc" |
| 7 | 7 | ||
| 8 | SRC_URI = "https://c-ares.org/download/${BPN}-${PV}.tar.gz \ | 8 | SRC_URI = "https://github.com/c-ares/c-ares/releases/download/cares-1_27_0/${BPN}-${PV}.tar.gz \ |
| 9 | file://run-ptest" | 9 | file://run-ptest" |
| 10 | SRC_URI[sha256sum] = "0a72be66959955c43e2af2fbd03418e82a2bd5464604ec9a62147e37aceb420b" | 10 | SRC_URI[sha256sum] = "0a72be66959955c43e2af2fbd03418e82a2bd5464604ec9a62147e37aceb420b" |
| 11 | 11 | ||
