From b5b11c1cc07951a7fa92b08445cc171a37c97660 Mon Sep 17 00:00:00 2001 From: Guocai He Date: Mon, 14 Jul 2025 15:26:31 +0800 Subject: [PATCH] thrift: correct the SRC_URI The tarball of version 0.20.0 can not be found on old SRC_URI. Signed-off-by: Guocai He Signed-off-by: Armin Kuster --- meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ "