From 11b7fe9a918d311e720337c895ec0b8ed5c0914c Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Sun, 28 Dec 2025 13:10:57 +0100 Subject: [PATCH] thrift: fix SRC_URI The tarball was moved to an archive server, so the link stopped working. Update it to the new location. Signed-off-by: Gyorgy Sarvari --- meta-oe/recipes-connectivity/thrift/thrift_0.16.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/thrift/thrift_0.16.0.bb b/meta-oe/recipes-connectivity/thrift/thrift_0.16.0.bb index 8141abef51..c51113f67b 100644 --- a/meta-oe/recipes-connectivity/thrift/thrift_0.16.0.bb +++ b/meta-oe/recipes-connectivity/thrift/thrift_0.16.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://www-eu.apache.org/dist/thrift//${PV}/${BPN}-${PV}.tar.gz \ +SRC_URI = "https://archive.apache.org/dist/thrift/${PV}/${BPN}-${PV}.tar.gz \ file://0001-DefineInstallationPaths.cmake-Define-libdir-in-terms.patch \ " SRC_URI[sha256sum] = "f460b5c1ca30d8918ff95ea3eb6291b3951cf518553566088f3f2be8981f6209"