diff options
author | Ming Liu <peter.x.liu@external.atlascopco.com> | 2017-06-27 12:39:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-28 20:55:09 +0100 |
commit | 9c001dc9eb3f5e334276beee5b92b51e9633f12b (patch) | |
tree | bca65292e997f363b23ffbdec0a100bb77d0b17d /scripts/runqemu-ifup | |
parent | 4a040aa83f79fae203c39fe650f8b1ad504f5eae (diff) | |
download | poky-9c001dc9eb3f5e334276beee5b92b51e9633f12b.tar.gz |
scripts/test-reexec: fix several incomplete regexp
Some "=" are missing in the regexp, which leads it match multiple results
if the variables have overrides, for instance:
...
SSTATE_DIR="xxxx"
SSTATE_DIR_qemux86="yyyy"
...
it will match both of them without "=".
(From OE-Core rev: 10cb4331caee4b960a6f9ad20023a4a4b69b684e)
Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/runqemu-ifup')
0 files changed, 0 insertions, 0 deletions