From bfc8381b6f9cb8b6c086f3559374e723f3384fd2 Mon Sep 17 00:00:00 2001 From: Jiaying Song Date: Mon, 11 Nov 2024 17:25:24 +0800 Subject: eject: fix do_fetch error Change the SRC_URI to the correct value due to the following error: WARNING: eject-2.1.5-r0.wr2401 do_fetch: Failed to fetch URL http://sources.openembedded.org/eject-2.1.5.tar.gz, attempting MIRRORS if available Signed-off-by: Jiaying Song Signed-off-by: Armin Kuster --- meta-oe/recipes-support/eject/eject_2.1.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/eject/eject_2.1.5.bb b/meta-oe/recipes-support/eject/eject_2.1.5.bb index dd5489e7db..953c2e541c 100644 --- a/meta-oe/recipes-support/eject/eject_2.1.5.bb +++ b/meta-oe/recipes-support/eject/eject_2.1.5.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" inherit autotools gettext update-alternatives -SRC_URI = "http://sources.openembedded.org/${BP}.tar.gz \ +SRC_URI = "https://downloads.yoctoproject.org/mirror/sources/${BP}.tar.gz \ file://eject-2.1.5-error-return.patch \ file://eject-2.1.1-verbose.patch \ file://eject-2.1.5-spaces.patch \ -- cgit v1.2.3-54-g00ecf