diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-27 10:10:26 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-07-12 05:11:38 -1000 |
| commit | fdd68984644184ec8a189ce5e284c151dbba9fde (patch) | |
| tree | 8b1d82d5af5ac3caf3b6a9fb8a0759bc541c104e /meta/recipes-devtools/strace/strace_5.16.bb | |
| parent | 97654445c696c3271904855cda820671a6c49e21 (diff) | |
| download | poky-fdd68984644184ec8a189ce5e284c151dbba9fde.tar.gz | |
strace: Update patches/tests with upstream fixes
Replace the sockopt disable patch with a fix from upstream
(From OE-Core rev: cef730284b8616ba07c1b062c992c36af730580e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit ac921989991c319ecad01bec37c4ccaa15a7b58f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
(cherry picked from commit c1beb73526e3ade75bd6dae5f9310107c50f1226)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/strace/strace_5.16.bb')
| -rw-r--r-- | meta/recipes-devtools/strace/strace_5.16.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/strace/strace_5.16.bb b/meta/recipes-devtools/strace/strace_5.16.bb index d97a1260d1..39082a5bc7 100644 --- a/meta/recipes-devtools/strace/strace_5.16.bb +++ b/meta/recipes-devtools/strace/strace_5.16.bb | |||
| @@ -13,7 +13,8 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \ | |||
| 13 | file://0001-strace-fix-reproducibilty-issues.patch \ | 13 | file://0001-strace-fix-reproducibilty-issues.patch \ |
| 14 | file://skip-load.patch \ | 14 | file://skip-load.patch \ |
| 15 | file://0001-landlock-update-expected-string.patch \ | 15 | file://0001-landlock-update-expected-string.patch \ |
| 16 | file://skip-sockopt-test.patch \ | 16 | file://f31c2f4494779e5c5f170ad10539bfc2dfafe967.patch \ |
| 17 | file://3bbfb541b258baec9eba674b5d8dc30007a61542.patch \ | ||
| 17 | " | 18 | " |
| 18 | SRC_URI[sha256sum] = "dc7db230ff3e57c249830ba94acab2b862da1fcaac55417e9b85041a833ca285" | 19 | SRC_URI[sha256sum] = "dc7db230ff3e57c249830ba94acab2b862da1fcaac55417e9b85041a833ca285" |
| 19 | 20 | ||
