diff options
author | Jiaying Song <jiaying.song.cn@windriver.com> | 2024-10-18 15:43:21 +0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-10-30 08:30:00 -0700 |
commit | 86c190e35344da917f20c1937b8109068545e5cc (patch) | |
tree | 70395e8c8b7f15f571fcc6d14311cc791ac4f19e | |
parent | 818c8bfb92226f1a2aa8aa9b495b8dc307df05a9 (diff) | |
download | poky-86c190e35344da917f20c1937b8109068545e5cc.tar.gz |
liba52: fix do_fetch error
Change the SRC_URI to the correct value due to the following error:
WARNING: liba52-0.7.4-r0.vr2401 do_fetch: Failed to fetch URL http://liba52.sourceforge.net/files/a52dec-0.7.4.tar.gz, attempting MIRRORS if available
(From OE-Core rev: 2a95bb8acf3f212ceb5347bade00a7bdbc525022)
Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-multimedia/liba52/liba52_0.7.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb index 7a3b4a43c8..0aee0f022f 100644 --- a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb +++ b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb | |||
@@ -10,7 +10,7 @@ SECTION = "libs" | |||
10 | 10 | ||
11 | inherit autotools | 11 | inherit autotools |
12 | 12 | ||
13 | SRC_URI = "http://liba52.sourceforge.net/files/a52dec-${PV}.tar.gz \ | 13 | SRC_URI = "https://downloads.yoctoproject.org/mirror/sources/a52dec-${PV}.tar.gz \ |
14 | file://buildcleanup.patch" | 14 | file://buildcleanup.patch" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "caa9f5bc44232dc8aeea773fea56be80" | 16 | SRC_URI[md5sum] = "caa9f5bc44232dc8aeea773fea56be80" |