diff options
author | Scott Garman <scott.a.garman@intel.com> | 2010-10-08 14:40:47 -0700 |
---|---|---|
committer | Scott Garman <scott.a.garman@intel.com> | 2010-10-08 14:48:20 -0700 |
commit | c805a6ed281279ef0ccc4e6e084d52a725260e09 (patch) | |
tree | 89868cd32164b13e7e76fb42dac7b735358d2248 /meta/conf/local.conf.sample | |
parent | 7cd824a5388f7284a1252e9f61af2c88d26ca163 (diff) | |
download | openembedded-core-c805a6ed281279ef0ccc4e6e084d52a725260e09.tar.gz openembedded-core-c805a6ed281279ef0ccc4e6e084d52a725260e09.tar.bz2 openembedded-core-c805a6ed281279ef0ccc4e6e084d52a725260e09.tar.xz openembedded-core-c805a6ed281279ef0ccc4e6e084d52a725260e09.zip |
poky-qemu-internal: implement file locking in bash
There does not appear to be a universal lockfile utility that
meets our needs. For example:
* 'lockfile' is part of the procmail pacakge in Ubuntu, a
requirement we don't want to impose on our users
* lockfile-[create|remove] from the Ubuntu lockfile-progs
package does not appear to be available in Fedora/openSUSE
So, the most portable way to do this is just to implement it
in bash. The likelihood of race conditions is minimal for
what we need this for.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/conf/local.conf.sample')
0 files changed, 0 insertions, 0 deletions