summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace/strace_5.5.bb
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2020-03-11 15:25:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-12 22:49:28 +0000
commit3d46c2d10d99769e7daf592c255e6d9eba8f1d8d (patch)
tree06bab0c16ed0be3a7fec15c260e0ab4575cd8d2c /meta/recipes-devtools/strace/strace_5.5.bb
parentdf97528d1918eeae2547c438f5372eb9c72cfd0f (diff)
downloadpoky-3d46c2d10d99769e7daf592c255e6d9eba8f1d8d.tar.gz
strace: Fix reproducibility issues
gen_tests script encodes its full path to itself in each script (From OE-Core rev: 9e2db0ab1d4cacedde59e8915dff9a091e1c2d2b) Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/strace/strace_5.5.bb')
-rw-r--r--meta/recipes-devtools/strace/strace_5.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/strace/strace_5.5.bb b/meta/recipes-devtools/strace/strace_5.5.bb
index 6e7d63949d..ae552da028 100644
--- a/meta/recipes-devtools/strace/strace_5.5.bb
+++ b/meta/recipes-devtools/strace/strace_5.5.bb
@@ -13,6 +13,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
13 file://0001-caps-abbrev.awk-fix-gawk-s-path.patch \ 13 file://0001-caps-abbrev.awk-fix-gawk-s-path.patch \
14 file://ptest-spacesave.patch \ 14 file://ptest-spacesave.patch \
15 file://uintptr_t.patch \ 15 file://uintptr_t.patch \
16 file://0001-strace-fix-reproducibilty-issues.patch \
16 " 17 "
17SRC_URI[md5sum] = "dbce2e84632b39a4ed86b9fc60447af9" 18SRC_URI[md5sum] = "dbce2e84632b39a4ed86b9fc60447af9"
18SRC_URI[sha256sum] = "9f58958c8e59ea62293d907d10572e352b582bd7948ed21aa28ebb47e5bf30ff" 19SRC_URI[sha256sum] = "9f58958c8e59ea62293d907d10572e352b582bd7948ed21aa28ebb47e5bf30ff"