diff options
author | Jiaying Song <jiaying.song.cn@windriver.com> | 2024-11-11 17:25:24 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-11-24 17:38:31 -0500 |
commit | bfc8381b6f9cb8b6c086f3559374e723f3384fd2 (patch) | |
tree | 92be65d7d425cbda219fcb07b0113dec2b74a61e | |
parent | 950287de407f3c2394b0cdb81e93520084fc88af (diff) | |
download | meta-openembedded-bfc8381b6f9cb8b6c086f3559374e723f3384fd2.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>
-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 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" | |||
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 \ |