From 505be75bbf004b822deb01c0a06b981402f952d1 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 15 Jul 2011 14:53:34 +0000 Subject: Use OECORE_DISTRO_VERSION instead of POKY_DISTRO_VERSION (From OE-Core rev: 6890c02ec4538b82b694deaba39e9921af4e3f47) Signed-off-by: Otavio Salvador Signed-off-by: Richard Purdie --- scripts/oe-find-native-sysroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/oe-find-native-sysroot') diff --git a/scripts/oe-find-native-sysroot b/scripts/oe-find-native-sysroot index 26fc730c60..b99014b52e 100755 --- a/scripts/oe-find-native-sysroot +++ b/scripts/oe-find-native-sysroot @@ -59,7 +59,7 @@ fi if [ ! -e "$OECORE_NATIVE_SYSROOT/usr/bin/pseudo" ]; then echo "Error: Unable to find pseudo binary in $OECORE_NATIVE_SYSROOT/usr/bin/" - if [ "x$POKY_DISTRO_VERSION" = "x" ]; then + if [ "x$OECORE_DISTRO_VERSION" = "x" ]; then echo "Have you run 'bitbake meta-ide-support'?" else echo "This shouldn't happen - something is wrong with your toolchain installation" -- cgit v1.2.3-54-g00ecf