The same issue exists on the master branch, and after testing, this patch is also applicable to the master branch.
-----Original Message----- From: openembedded-devel@lists.openembedded.org <openembedded-devel@lists.openembedded.org> On Behalf Of Song, Jiaying (CN) via lists.openembedded.org Sent: Thursday, January 2, 2025 5:47 PM To: openembedded-devel@lists.openembedded.org Cc: Li, Changqing <changqing...@windriver.com> Subject: [oe] [meta-networking][scarthgap][PATCH] chrony: fix do_fetch error From: Jiaying Song <jiaying.song...@windriver.com> Change the SRC_URI to the correct value due to the following error: WARNING: chrony-4.5-r0.wr2401 do_fetch: Failed to fetch URL https://download.tuxfamily.org/chrony/chrony-4.5.tar.gz, attempting MIRRORS if available Signed-off-by: Jiaying Song <jiaying.song...@windriver.com> --- meta-networking/recipes-support/chrony/chrony_4.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/chrony/chrony_4.5.bb b/meta-networking/recipes-support/chrony/chrony_4.5.bb index ed26e5987..ae46ef1fd 100644 --- a/meta-networking/recipes-support/chrony/chrony_4.5.bb +++ b/meta-networking/recipes-support/chrony/chrony_4.5.bb @@ -30,7 +30,7 @@ SECTION = "net" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" -SRC_URI = "https://download.tuxfamily.org/chrony/chrony-${PV}.tar.gz \ +SRC_URI = "https://chrony-project.org/releases/chrony-${PV}.tar.gz \ file://chrony.conf \ file://chronyd \ file://arm_eabi.patch \ -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#114618): https://lists.openembedded.org/g/openembedded-devel/message/114618 Mute This Topic: https://lists.openembedded.org/mt/110386558/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-