[OE-core] [PATCH 2/2] oe-find-native-sysroot: drop message if pseudo is not found

Paul Eggleton paul.eggleton at linux.intel.com
Tue Jul 17 12:34:18 UTC 2018


pseudo won't always be in the native sysroot for a recipe, so we
shouldn't be complaining if it isn't there.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
---
 scripts/oe-find-native-sysroot | 2 --
 1 file changed, 2 deletions(-)

diff --git a/scripts/oe-find-native-sysroot b/scripts/oe-find-native-sysroot
index 350ea21373a..cc146b3fdbc 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
-- 
2.17.1




More information about the Openembedded-core mailing list