The environment variable PATH
is now
sanitized such that symbolic links linking only the binaries
from the host mentioned in the
HOSTTOOLS
and
HOSTTOOLS_NONFATAL
variables into
their own directory are added to PATH
.
Consequently, any native binaries that you need to call should
either be in one of these two variables at the configuration
level.
Alternatively, you can use a native recipe (i.e.
-native
) that includes the recipe's
DEPENDS
value.