]> code.ossystems Code Review - openembedded-core.git/commit
scripts: oe-run-native, fix *-native directories
authorAdrian Herrera <adrian.herrera@arm.com>
Wed, 13 Jan 2021 13:44:59 +0000 (13:44 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Jan 2021 13:39:21 +0000 (13:39 +0000)
commitf6c90ed0ad24b7d4f892e22e088b1578824eb1d3
tree9ea5c0e18b50fa9ba8d92ea689078b6387dd90b8
parentd9d451804c5955091d12ba6b0670fa50363fa8d8
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.

Signed-off-by: Adrian Herrera <adrian.herrera@arm.com>
Change-Id: Iba7acd8bbd7e0beb4d25c984f6af7a4fd21486e6
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-run-native