This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 scripts/poky-env-internal |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1e967ea93ee425dfca6857ec958e9a55160133ac
Author: Richard Purdie <[EMAIL PROTECTED]>
Date:   Thu Nov 6 15:21:36 2008 +0000

    scripts/poky-env-internal: Fix PATH


Diff in this email is a maximum of 400 lines.
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal
index 8655bb1..c5cab84 100755
--- a/scripts/poky-env-internal
+++ b/scripts/poky-env-internal
@@ -76,12 +76,12 @@ BUILD_ARCH=`uname -m`
 BUILD_OS=`uname | tr '[A-Z]' '[a-z]'`
 BUILD_SYS="$BUILD_ARCH-$BUILD_OS"
 
-PATH="$BBDIR/bin/:$OEROOT/scripts:$PATH"
+PATH="$BITBAKEDIR/bin/:$OEROOT/scripts:$PATH"
 
 cd "$BUILDDIR"
 
 # Remove any symlinks from paths
-BBDIR=`readlink -f "$BBDIR"`
+BITBAKEDIR=`readlink -f "$BITBAKEDIR"`
 PKGDIR=`readlink -f "$PKGDIR"`
 BUILDDIR=`readlink -f "$BUILDDIR"`
 
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits

Reply via email to