diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 18:04:39 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 00:29:30 +0100 |
| commit | 3ba0b8284dfe6b631bddde9c1654ffa680cd2de1 (patch) | |
| tree | 01695fdbc251fe5f26601288e5844886e3ca427c /oe-init-build-env | |
| parent | e7126c1e53a85c36c312fedebac8bce983e55fb3 (diff) | |
| download | poky-3ba0b8284dfe6b631bddde9c1654ffa680cd2de1.tar.gz | |
poky-setup-builddir: Rename to oe-setup-builddir and clean up POKY variable references
(From OE-Core rev: ac7411a885f53d687e65fdb6fd02510c09b97dc8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'oe-init-build-env')
| -rwxr-xr-x | oe-init-build-env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oe-init-build-env b/oe-init-build-env index 4b1b708d86..7e2b2cebfa 100755 --- a/oe-init-build-env +++ b/oe-init-build-env | |||
| @@ -36,7 +36,7 @@ else | |||
| 36 | OEROOT=`readlink -f "$OEROOT"` | 36 | OEROOT=`readlink -f "$OEROOT"` |
| 37 | export OEROOT | 37 | export OEROOT |
| 38 | . $OEROOT/scripts/oe-buildenv-internal | 38 | . $OEROOT/scripts/oe-buildenv-internal |
| 39 | $OEROOT/scripts/poky-setup-builddir | 39 | $OEROOT/scripts/oe-setup-builddir |
| 40 | unset OEROOT | 40 | unset OEROOT |
| 41 | unset BBPATH | 41 | unset BBPATH |
| 42 | [ -n "$BUILDDIR" ] && cd $BUILDDIR | 42 | [ -n "$BUILDDIR" ] && cd $BUILDDIR |
