diff options
author | Adrian Herrera <adrian.herrera@arm.com> | 2021-01-13 13:44:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-21 23:08:16 +0000 |
commit | 809ca20ce111583067ac2284953d5a88051288ae (patch) | |
tree | 8a442fbcbf73b091f375d7348799b52f021a3da2 /meta-selftest/files | |
parent | c9c83d239a71b295ecddf827583ab48f0ca94468 (diff) | |
download | poky-809ca20ce111583067ac2284953d5a88051288ae.tar.gz |
scripts: oe-run-native, fix *-native directories
This fixes a crash with "find" when running a native tool and *-native
directories do not exist under the binary directory in the sysroot.
This happened because the directory wildcard was passed as part of the
root directory.
The directory wildcard is now passed by "-name", which returns an empty
result if no matching directory.
(From OE-Core rev: d5cb96e3b5501b7349d075c47636902c9ce1c49c)
Signed-off-by: Adrian Herrera <adrian.herrera@arm.com>
Change-Id: Iba7acd8bbd7e0beb4d25c984f6af7a4fd21486e6
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f6c90ed0ad24b7d4f892e22e088b1578824eb1d3)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest/files')
0 files changed, 0 insertions, 0 deletions