summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-10-03 20:50:05 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-10-04 15:42:18 +0100
commitabe9f98c6ddd2584f066c648a9fceeff39bd0613 (patch)
treeb954c44a5a53d6f119a10ca2fd3afc334b4670d7 /meta
parent334fc7be321a6cf70c9fddf5bb63050ba51a65df (diff)
downloadpoky-abe9f98c6ddd2584f066c648a9fceeff39bd0613.tar.gz
strace: download release tarballs from GitHub
Switch to downloading the release tarballs from GitHub. Their CDN is rock solid, and strace.io is hosted inside Russia which some networks are blocking. (From OE-Core rev: e99d6dccf850e41f0a75081e9575c2e642f27f6f) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/strace/strace_6.11.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/strace/strace_6.11.bb b/meta/recipes-devtools/strace/strace_6.11.bb
index 45e1c26627..4ab78e7a9b 100644
--- a/meta/recipes-devtools/strace/strace_6.11.bb
+++ b/meta/recipes-devtools/strace/strace_6.11.bb
@@ -5,7 +5,7 @@ SECTION = "console/utils"
5LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later" 5LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later"
6LIC_FILES_CHKSUM = "file://COPYING;md5=2433d82e1432a76dc3eadd9002bfe304" 6LIC_FILES_CHKSUM = "file://COPYING;md5=2433d82e1432a76dc3eadd9002bfe304"
7 7
8SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \ 8SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/strace-${PV}.tar.xz \
9 file://update-gawk-paths.patch \ 9 file://update-gawk-paths.patch \
10 file://Makefile-ptest.patch \ 10 file://Makefile-ptest.patch \
11 file://run-ptest \ 11 file://run-ptest \
@@ -18,7 +18,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
18 " 18 "
19SRC_URI[sha256sum] = "83262583a3529f02c3501aa8b8ac772b4cbc03dc934e98bab6e4883626e283a5" 19SRC_URI[sha256sum] = "83262583a3529f02c3501aa8b8ac772b4cbc03dc934e98bab6e4883626e283a5"
20 20
21inherit autotools ptest 21inherit autotools github-releases ptest
22 22
23# Not yet ported to rv32 23# Not yet ported to rv32
24COMPATIBLE_HOST:riscv32 = "null" 24COMPATIBLE_HOST:riscv32 = "null"