diff options
author | Richard Purdie <richard@openedhand.com> | 2007-07-05 23:03:36 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-07-05 23:03:36 +0000 |
commit | 2abccca834fead79ee17a82d6d469bf92debeed7 (patch) | |
tree | f1cea4d17d81d37b75f4e863557fbed620136de4 /scripts | |
parent | 823dcb9c76a640e8966e933251873c710862271a (diff) | |
download | poky-2abccca834fead79ee17a82d6d469bf92debeed7.tar.gz |
poky-env-internal: Revert accidental commit
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2122 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/poky-env-internal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index 93a1400f0c..b1e5546bba 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal | |||
@@ -26,7 +26,7 @@ OEROOT=`pwd` | |||
26 | 26 | ||
27 | BBDIR=$OEROOT/bitbake/ | 27 | BBDIR=$OEROOT/bitbake/ |
28 | PKGDIR=$OEROOT/meta/ | 28 | PKGDIR=$OEROOT/meta/ |
29 | BUILDDIR=$OEROOT/$1/ | 29 | BUILDDIR=$OEROOT/build/ |
30 | MSG='' | 30 | MSG='' |
31 | 31 | ||
32 | BUILD_ARCH=`uname -m` | 32 | BUILD_ARCH=`uname -m` |
@@ -55,7 +55,7 @@ BBPATH=$BBDIR | |||
55 | if test x"$BBDIR" != x"$PKGDIR"; then | 55 | if test x"$BBDIR" != x"$PKGDIR"; then |
56 | BBPATH=$PKGDIR:$BBPATH | 56 | BBPATH=$PKGDIR:$BBPATH |
57 | fi | 57 | fi |
58 | BBPATH="`readlink -f $HOME/.oe`:`readlink -f $HOME/.poky`:$BBPATH:$OEROOT/poky-prvt/trunk" | 58 | BBPATH="`readlink -f $HOME/.oe`:`readlink -f $HOME/.poky`:$BBPATH" |
59 | if test x"$PKGDIR" != x"$BUILDDIR"; then | 59 | if test x"$PKGDIR" != x"$BUILDDIR"; then |
60 | BBPATH=$BUILDDIR:$BBPATH | 60 | BBPATH=$BUILDDIR:$BBPATH |
61 | fi | 61 | fi |