Skip to content
Commit d5cb96e3 authored by Adrian Herrera's avatar Adrian Herrera Committed by Steve Sakoman
Browse files

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: default avatarAdrian Herrera <adrian.herrera@arm.com>
Change-Id: Iba7acd8bbd7e0beb4d25c984f6af7a4fd21486e6
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f6c90ed0)
Signed-off-by: default avatarSteve Sakoman <steve@sakoman.com>
parent 62c5cac2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment