From: Paul Eggleton Date: Tue, 17 Jul 2018 12:34:18 +0000 (+0200) Subject: oe-find-native-sysroot: drop message if pseudo is not found X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~17303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11efc94742088ec6fbf2a86000e98286b0b529ef;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- 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