From 2019f782604a554412cc2ceb0f46760a83984487 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 17 Jul 2018 14:34:18 +0200 Subject: 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 Signed-off-by: Richard Purdie --- scripts/oe-find-native-sysroot | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/oe-find-native-sysroot') diff --git a/scripts/oe-find-native-sysroot b/scripts/oe-find-native-sysroot index 350ea21373..cc146b3fdb 100755 --- a/scripts/oe-find-native-sysroot +++ b/scripts/oe-find-native-sysroot @@ -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 -- cgit v1.2.3-54-g00ecf