diff options
author | Ross Burton <ross.burton@arm.com> | 2024-10-03 20:50:05 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-11-26 06:11:30 -0800 |
commit | ddd907e5917eb0de2b1a14a79e560ce8ad4b63db (patch) | |
tree | 34423142cd8f9842234326a9a5a43573ac044e63 /meta/recipes-devtools/strace | |
parent | 7bbee0e49e4de46875a557383bc38c017ac536b0 (diff) | |
download | poky-ddd907e5917eb0de2b1a14a79e560ce8ad4b63db.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: 0ed862a612af7a6389e68cdcb2e94bd005bf64c2)
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>
Diffstat (limited to 'meta/recipes-devtools/strace')
-rw-r--r-- | meta/recipes-devtools/strace/strace_6.7.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/strace/strace_6.7.bb b/meta/recipes-devtools/strace/strace_6.7.bb index f365477ccd..c8c83cdf7c 100644 --- a/meta/recipes-devtools/strace/strace_6.7.bb +++ b/meta/recipes-devtools/strace/strace_6.7.bb | |||
@@ -5,7 +5,7 @@ SECTION = "console/utils" | |||
5 | LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later" | 5 | LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=2433d82e1432a76dc3eadd9002bfe304" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=2433d82e1432a76dc3eadd9002bfe304" |
7 | 7 | ||
8 | SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \ | 8 | SRC_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 | " |
18 | SRC_URI[sha256sum] = "2090201e1a3ff32846f4fe421c1163b15f440bb38e31355d09f82d3949922af7" | 18 | SRC_URI[sha256sum] = "2090201e1a3ff32846f4fe421c1163b15f440bb38e31355d09f82d3949922af7" |
19 | 19 | ||
20 | inherit autotools ptest | 20 | inherit autotools github-releases ptest |
21 | 21 | ||
22 | # Not yet ported to rv32 | 22 | # Not yet ported to rv32 |
23 | COMPATIBLE_HOST:riscv32 = "null" | 23 | COMPATIBLE_HOST:riscv32 = "null" |