public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][scarthgap 08/11] liba52: fix do_fetch error
Date: Fri, 25 Oct 2024 11:29:27 -0700	[thread overview]
Message-ID: <2a95bb8acf3f212ceb5347bade00a7bdbc525022.1729880682.git.steve@sakoman.com> (raw)
In-Reply-To: <cover.1729880682.git.steve@sakoman.com>

From: Jiaying Song <jiaying.song.cn@windriver.com>

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

Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 meta/recipes-multimedia/liba52/liba52_0.7.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 
 inherit autotools
 
-SRC_URI = "http://liba52.sourceforge.net/files/a52dec-${PV}.tar.gz \
+SRC_URI = "https://downloads.yoctoproject.org/mirror/sources/a52dec-${PV}.tar.gz \
            file://buildcleanup.patch"
 
 SRC_URI[md5sum] = "caa9f5bc44232dc8aeea773fea56be80"
-- 
2.34.1



  parent reply	other threads:[~2024-10-25 18:30 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-25 18:29 [OE-core][scarthgap 00/11] Patch review Steve Sakoman
2024-10-25 18:29 ` [OE-core][scarthgap 01/11] openssl: patch CVE-2024-9143 Steve Sakoman
2024-10-25 18:29 ` [OE-core][scarthgap 02/11] ffmpeg: Add "libswresample libavcodec" to CVE_PRODUCT Steve Sakoman
2024-10-25 18:29 ` [OE-core][scarthgap 03/11] python3-setuptools: Add "python:setuptools" " Steve Sakoman
2024-10-25 18:29 ` [OE-core][scarthgap 04/11] vim: Upgrade 9.1.0698 -> 9.1.0764 Steve Sakoman
2024-10-25 18:29 ` [OE-core][scarthgap 05/11] sqlite3: upgrade 3.45.1 -> 3.45.3 Steve Sakoman
2024-10-25 18:29 ` [OE-core][scarthgap 06/11] linux-yocto/6.6: update to v6.6.52 Steve Sakoman
2024-10-25 18:29 ` [OE-core][scarthgap 07/11] linux-yocto/6.6: update to v6.6.54 Steve Sakoman
2024-10-25 18:29 ` Steve Sakoman [this message]
2024-10-25 18:29 ` [OE-core][scarthgap 09/11] icu: update patch Upstream-Status Steve Sakoman
2024-10-25 18:29 ` [OE-core][scarthgap 10/11] rootfs-postcommands.bbclass: make opkg status reproducible Steve Sakoman
2024-10-25 18:29 ` [OE-core][scarthgap 11/11] lsb-release: fix Distro Codename shell escaping Steve Sakoman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2a95bb8acf3f212ceb5347bade00a7bdbc525022.1729880682.git.steve@sakoman.com \
    --to=steve@sakoman.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox