diff options
author | Christopher Larson <chris_larson@mentor.com> | 2012-07-20 10:05:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-26 14:40:44 +0100 |
commit | 142ac1aba1376009adb538ca2115a8e52e11a301 (patch) | |
tree | a1db43bd475f61d76f40f546f10931d09e35107c /meta/recipes-connectivity/gupnp/gssdp_0.10.0.bb | |
parent | 0ffb02eec2beaea27ff0ec9d3d31b0a09e675a4c (diff) | |
download | poky-142ac1aba1376009adb538ca2115a8e52e11a301.tar.gz |
initscripts: don't bg mk_dirs in populate-volatile
If a directory needs to be created to create something else in volatiles,
there's no guarantees on ordering due to the backgrounding. We can't guarantee
with certainty that the create directory commands are complete before the
later ones run. This ensures that we wait for directory creations to complete
before we proceed.
Chris Hallinan hit an actual failure due to this back in March of last year.
(From OE-Core rev: 138c3c26830e48a56ca7cb3e5feca324d13ec89c)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/gupnp/gssdp_0.10.0.bb')
0 files changed, 0 insertions, 0 deletions