summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace/strace_4.26.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-29 00:10:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-07 13:57:49 +0100
commitd8c83dcf29af1bd91cd41d91d248fce62bab3ad5 (patch)
tree2193827dcba7186df27bf89791003c1c01622782 /meta/recipes-devtools/strace/strace_4.26.bb
parent720f7554a8cc3ca15321e010b9f1348cd7bfe23c (diff)
downloadpoky-d8c83dcf29af1bd91cd41d91d248fce62bab3ad5.tar.gz
strace: Tweak ptest disk space management
If the test is successful, remove the log and exp files. This stops strace using around 600MB of disk space and running our ptest images out of space. (From OE-Core rev: 4b1e917ed4e9921d9f165722c6cd33c9b1c08e20) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/strace/strace_4.26.bb')
-rw-r--r--meta/recipes-devtools/strace/strace_4.26.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/strace/strace_4.26.bb b/meta/recipes-devtools/strace/strace_4.26.bb
index 24f92c99e5..3b61fc3eef 100644
--- a/meta/recipes-devtools/strace/strace_4.26.bb
+++ b/meta/recipes-devtools/strace/strace_4.26.bb
@@ -15,6 +15,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
15 file://0001-caps-abbrev.awk-fix-gawk-s-path.patch \ 15 file://0001-caps-abbrev.awk-fix-gawk-s-path.patch \
16 file://0001-tests-sigaction-Check-for-mips-and-alpha-before-usin.patch \ 16 file://0001-tests-sigaction-Check-for-mips-and-alpha-before-usin.patch \
17 file://0001-mips-o32-fix-build.patch \ 17 file://0001-mips-o32-fix-build.patch \
18 file://ptest-spacesave.patch \
18 " 19 "
19SRC_URI[md5sum] = "daa51acc0c7c696221ec03cf0b30a7af" 20SRC_URI[md5sum] = "daa51acc0c7c696221ec03cf0b30a7af"
20SRC_URI[sha256sum] = "7c4d2ffeef4f7d1cdc71062ca78d1130eb52f947c2fca82f59f6a1183bfa1e1c" 21SRC_URI[sha256sum] = "7c4d2ffeef4f7d1cdc71062ca78d1130eb52f947c2fca82f59f6a1183bfa1e1c"