summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-10-03 20:50:05 +0100
committerSteve Sakoman <steve@sakoman.com>2024-11-26 05:37:09 -0800
commit007a24be9c56a467c9c28d842da29ceeffb0efb7 (patch)
treeb46d7f44281965ca498c385b0a365be13fcd6c71
parentc475ad45eb612c88ff09bf2bb4ec921187116554 (diff)
downloadpoky-007a24be9c56a467c9c28d842da29ceeffb0efb7.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: f0ae7467e194c79778a0561b4cd1eda99f9cc5a8) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit bbdbd6d943a64e5b0dae4c2ee705d017fb7ef80e) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-devtools/strace/strace_6.10.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/strace/strace_6.10.bb b/meta/recipes-devtools/strace/strace_6.10.bb
index a534fccd4f..d9f34c2f81 100644
--- a/meta/recipes-devtools/strace/strace_6.10.bb
+++ b/meta/recipes-devtools/strace/strace_6.10.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 \
@@ -17,7 +17,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
17 " 17 "
18SRC_URI[sha256sum] = "765ec71aa1de2fe37363c1e40c7b7669fc1d40c44bb5d38ba8e8cd82c4edcf07" 18SRC_URI[sha256sum] = "765ec71aa1de2fe37363c1e40c7b7669fc1d40c44bb5d38ba8e8cd82c4edcf07"
19 19
20inherit autotools ptest 20inherit autotools github-releases ptest
21 21
22# Not yet ported to rv32 22# Not yet ported to rv32
23COMPATIBLE_HOST:riscv32 = "null" 23COMPATIBLE_HOST:riscv32 = "null"