summaryrefslogtreecommitdiffstats
path: root/oe-init-build-env
diff options
context:
space:
mode:
Diffstat (limited to 'oe-init-build-env')
-rwxr-xr-xoe-init-build-env2
1 files changed, 1 insertions, 1 deletions
diff --git a/oe-init-build-env b/oe-init-build-env
index 6fee5f72a6..b7e29188b0 100755
--- a/oe-init-build-env
+++ b/oe-init-build-env
@@ -45,7 +45,7 @@ fi
45OEROOT=`readlink -f "$OEROOT"` 45OEROOT=`readlink -f "$OEROOT"`
46export OEROOT 46export OEROOT
47. $OEROOT/scripts/oe-buildenv-internal && \ 47. $OEROOT/scripts/oe-buildenv-internal && \
48 $OEROOT/scripts/oe-setup-builddir && \ 48 TEMPLATECONF="$TEMPLATECONF" $OEROOT/scripts/oe-setup-builddir && \
49 [ -n "$BUILDDIR" ] && cd "$BUILDDIR" 49 [ -n "$BUILDDIR" ] && cd "$BUILDDIR"
50unset OEROOT 50unset OEROOT
51unset BBPATH 51unset BBPATH