diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2016-10-14 13:41:26 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-15 09:58:54 +0100 |
commit | 84de3283fa2a2908d367eb58953903ae685b0298 (patch) | |
tree | 34b22ee8914c31d970525a29083eb26eb8a78ee8 /meta/recipes-devtools/rpm/rpm_5.4.16.bb | |
parent | 4e61d8d6f4619dbfaeb5ca642449de7cf4b3e92d (diff) | |
download | openembedded-core-84de3283fa2a2908d367eb58953903ae685b0298.tar.gz openembedded-core-84de3283fa2a2908d367eb58953903ae685b0298.tar.bz2 openembedded-core-84de3283fa2a2908d367eb58953903ae685b0298.zip |
rpm: prevent race in tempdir creation
This patch fixes an extramely rare race condition in creation of rpmdb
temporary directory. The "rpmdb-more-verbose-error-logging" patch is
still left in place, just for the case.
[YOCTO #9416]
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm_5.4.16.bb')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.16.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.16.bb b/meta/recipes-devtools/rpm/rpm_5.4.16.bb index dd6e103b22..1332397120 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.16.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.16.bb @@ -154,6 +154,7 @@ SRC_URI += " \ file://rpm-rpmdb-grammar.patch \ file://rpm-disable-blaketest.patch \ file://rpm-autogen-force.patch \ + file://rpmdb-prevent-race-in-tmpdir-creation.patch \ file://rpmdb-more-verbose-error-logging-in-rpmTempFile.patch \ " |