diff options
author | Ming Liu <peter.x.liu@external.atlascopco.com> | 2017-06-27 12:38:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-28 20:55:09 +0100 |
commit | 4a040aa83f79fae203c39fe650f8b1ad504f5eae (patch) | |
tree | ba3ba17b38f12508c174adc2764e95195b8eb57a /scripts/lib | |
parent | 8b6fde28e9fe7503f6946500e5b4ee30664501b9 (diff) | |
download | poky-4a040aa83f79fae203c39fe650f8b1ad504f5eae.tar.gz |
scripts/oe-find-native-sysroot: fix a incomplete regexp
A "=" is missing in the regexp, which leads it match multiple results
if STAGING_DIR_NATIVE has overrides, for instance:
...
STAGING_DIR_NATIVE="xxxx"
STAGING_DIR_NATIVE_qemux86="yyyy"
...
it will match both of them without "=".
(From OE-Core rev: fb9cf84b1d537e2b8c26cd78f6ac27c55a7e79fc)
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/lib')
0 files changed, 0 insertions, 0 deletions