aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-15 11:28:11 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-16 09:32:17 +0000
commitd05fa49e06034913e22c223803c98cb265e2ae58 (patch)
tree6b3fb9d04cca6e8c892471df7c64d1277ad89459 /scripts
parent8e6987735002560fca714f77ea8ece9d4b28f7fa (diff)
downloadopenembedded-core-contrib-d05fa49e06034913e22c223803c98cb265e2ae58.tar.gz
lib/oe/package_manager: Avoid race problems when calling list_pkgs()
list_pkgs() for rpm calls RpmPM() which would try and create a copy of the package feed. This can be called for example from buildhistory whilst some other task may be working on an SDK or image construction, causing the package feed to disappear part way through an operation. Avoid the need to copy the package index just to list the installed packages, avoiding the race. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions