diff options
author | Marcus Müller <marcus.mueller@ettus.com> | 2015-12-07 11:48:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-28 09:25:19 +0000 |
commit | e8d36f4886e88cc496b04890055fbc534c3caa6f (patch) | |
tree | 0f2c9dbbfd2a3059605ee726b29d679b8fe0fb3b /oe-init-build-env | |
parent | 0f4fb26f0a748ba056b6e28be8e7ca9c00ba24cc (diff) | |
download | poky-e8d36f4886e88cc496b04890055fbc534c3caa6f.tar.gz |
scripts: hand the TEMPLATECONF local over to setup-builddir
(From OE-Core rev: 0bf9d919bba5780d34cc6ac9dde2c74bb07b8342)
Signed-off-by: Marcus Müller <marcus.mueller@ettus.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 6fee5f72a6..b7e29188b0 100755 --- a/oe-init-build-env +++ b/oe-init-build-env | |||
@@ -45,7 +45,7 @@ fi | |||
45 | OEROOT=`readlink -f "$OEROOT"` | 45 | OEROOT=`readlink -f "$OEROOT"` |
46 | export OEROOT | 46 | export 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" |
50 | unset OEROOT | 50 | unset OEROOT |
51 | unset BBPATH | 51 | unset BBPATH |