summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/rpm_5.4.16.bb
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2016-10-14 13:41:26 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-08 23:47:13 +0000
commit6962ee368906e096cf2df3031ca5142117e7c52a (patch)
treef1c63d713bcc10cb30256c9655d1c1d5164eee4a /meta/recipes-devtools/rpm/rpm_5.4.16.bb
parent191666022aec6105296a7cead4ee5dc892c288cd (diff)
downloadpoky-6962ee368906e096cf2df3031ca5142117e7c52a.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) (From OE-Core rev: 1ae228ee5181f12955356c1fe10d341373dd5fcc) 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> Signed-off-by: Armin Kuster <akuster808@gmail.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.bb1
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 71ebace730..eb2d4f9c94 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