diff mbox series

[meta-openembedded,scarthgap,1/1] thrift: correct the SRC_URI

Message ID 20250714072631.1833088-1-guocai.he.cn@windriver.com
State New
Headers show
Series [meta-openembedded,scarthgap,1/1] thrift: correct the SRC_URI | expand

Commit Message

He, Guocai (CN) July 14, 2025, 7:26 a.m. UTC
From: Guocai He <guocai.he.cn@windriver.com>

The tarball of version 0.20.0 can not be found on old SRC_URI.

Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
---
 meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb b/meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb
index c908eab7b3..14b98e6717 100644
--- a/meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb
+++ b/meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb
@@ -8,7 +8,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=c40a383cb3f747e0c7abbf1482f194f0 \
 
 DEPENDS = "thrift-native boost flex-native bison-native openssl zlib"
 
-SRC_URI = "https://downloads.apache.org/${BPN}/${PV}/${BP}.tar.gz \
+SRC_URI = "https://archive.apache.org/dist/${BPN}/${PV}/${BP}.tar.gz \
            file://0001-DefineInstallationPaths.cmake-Define-libdir-in-terms.patch \
            file://0001-thrift-pr2755.patch \
 "