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 10:01:44 +0100 |
commit | 5dba35767e5bd75254ad15ecdf7f9db15ca6e414 (patch) | |
tree | b374a2eb35672679c63fb6151fe3509a105e1cfd /meta/recipes-devtools/rpm/rpm_5.4.16.bb | |
parent | 901e632a492bd85067f34e8734b151718594c00f (diff) | |
download | poky-5dba35767e5bd75254ad15ecdf7f9db15ca6e414.tar.gz |
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]
(From OE-Core rev: 84de3283fa2a2908d367eb58953903ae685b0298)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 += " \ | |||
154 | file://rpm-rpmdb-grammar.patch \ | 154 | file://rpm-rpmdb-grammar.patch \ |
155 | file://rpm-disable-blaketest.patch \ | 155 | file://rpm-disable-blaketest.patch \ |
156 | file://rpm-autogen-force.patch \ | 156 | file://rpm-autogen-force.patch \ |
157 | file://rpmdb-prevent-race-in-tmpdir-creation.patch \ | ||
157 | file://rpmdb-more-verbose-error-logging-in-rpmTempFile.patch \ | 158 | file://rpmdb-more-verbose-error-logging-in-rpmTempFile.patch \ |
158 | " | 159 | " |
159 | 160 | ||