aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/oe-find-native-sysroot
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2018-07-17 10:38:03 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-07-17 14:33:32 +0200
commit400e2b9a7876d34c7d15e49ca161ceb20fda3c57 (patch)
tree2864ecf58e73bb0cab45f2937cc5af52e356695c /scripts/oe-find-native-sysroot
parent212fd0ba0ad72026eece1babee9d4c3aa0ac4dbf (diff)
downloadopenembedded-core-contrib-paule/oe-run-native-fixes.tar.gz
oe-find-native-sysroot: drop message if pseudo is not foundpaule/oe-run-native-fixes
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@linux.intel.com>
Diffstat (limited to 'scripts/oe-find-native-sysroot')
-rwxr-xr-xscripts/oe-find-native-sysroot2
1 files changed, 0 insertions, 2 deletions
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