[oe-commits] [openembedded-core] 17/34: oe-find-native-sysroot: drop message if pseudo is not found

git at git.openembedded.org git at git.openembedded.org
Tue Jul 24 10:54:09 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 11efc94742088ec6fbf2a86000e98286b0b529ef
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Tue Jul 17 14:34:18 2018 +0200

    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 <paul.eggleton at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 350ea21..cc146b3 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list