mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
oe-find-native-sysroot: drop message if pseudo is not found
pseudo won't always be in the native sysroot for a recipe, so we shouldn't be complaining if it isn't there. (From OE-Core rev: 11efc94742088ec6fbf2a86000e98286b0b529ef) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
9c20b0df5f
commit
2019f78260
|
|
@ -110,6 +110,4 @@ pseudo="$OECORE_NATIVE_SYSROOT/usr/bin/pseudo"
|
|||
if [ -e "$pseudo" ]; then
|
||||
echo "PSEUDO=$pseudo"
|
||||
PSEUDO="$pseudo"
|
||||
else
|
||||
echo "PSEUDO $pseudo is not found."
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user