diff options
author | Olof Johansson <olof.johansson@axis.com> | 2018-07-03 14:00:08 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-05 00:22:08 +0100 |
commit | 6d3617d0f658fdb45fecabb396a404c8141cd82b (patch) | |
tree | f0891f992518062c0ab2b4db63ff7984b001a4d8 /meta/recipes-devtools/gnu-config | |
parent | 846193422cd0cd02cdc6c923ec40f2d5d7672a29 (diff) | |
download | poky-6d3617d0f658fdb45fecabb396a404c8141cd82b.tar.gz |
rpm: Avoid leaking temporary scriplet files
RPM writes each package scriptlet (post-/preinstall) to
/var/tmp/rpm-tmp.XXXXXX --- a lot of files potentially gets created.
When debugging is enabled, these temporary scriptlet files aren't
cleaned up at all and after a while this results in the filesystem
resources are eaten up (like running out of available inodes).
Normally, the temporary files would have been written to the tmp
directory of the target sysroot (which we can easily clean up), but in
this tree, you can't necessarily run the scriptlets.
Fixes [YOCTO #12792]
(From OE-Core rev: ffb0ece83e74797f4c3da3866bb3d691c388a5e5)
Signed-off-by: Olof Johansson <olofjn@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gnu-config')
0 files changed, 0 insertions, 0 deletions