diff options
author | Jiaying Song <jiaying.song.cn@windriver.com> | 2025-03-20 13:40:08 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2025-03-29 14:24:38 -0400 |
commit | 72d8434ff2bffaa162b48ce9fbde3dd49c440c29 (patch) | |
tree | 36347efb8fbd162a34a9e7c96c10bd9cdcd9f95f | |
parent | 733520cbc72d68fa7c12b159a6c1e6cc5cadd098 (diff) | |
download | meta-openembedded-72d8434ff2bffaa162b48ce9fbde3dd49c440c29.tar.gz |
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 <jiaying.song.cn@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit da361d2d7cf4501ab7a88bc898be187243005c47)
Signed-off-by: Haixiao Yan <haixiao.yan.cn@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/eject/eject_2.1.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 33b31a2b1e..9990f08a50 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" | |||
5 | 5 | ||
6 | inherit autotools gettext update-alternatives | 6 | inherit autotools gettext update-alternatives |
7 | 7 | ||
8 | SRC_URI = "http://sources.openembedded.org/${BP}.tar.gz \ | 8 | SRC_URI = "https://downloads.yoctoproject.org/mirror/sources/${BP}.tar.gz \ |
9 | file://eject-2.1.5-error-return.patch \ | 9 | file://eject-2.1.5-error-return.patch \ |
10 | file://eject-2.1.1-verbose.patch \ | 10 | file://eject-2.1.1-verbose.patch \ |
11 | file://eject-2.1.5-spaces.patch \ | 11 | file://eject-2.1.5-spaces.patch \ |