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 | openembedded-core-contrib-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 6fee5f72a63..b7e29188b00 100755 --- a/oe-init-build-env +++ b/oe-init-build-env @@ -45,7 +45,7 @@ fi OEROOT=`readlink -f "$OEROOT"` export OEROOT . $OEROOT/scripts/oe-buildenv-internal && \ - $OEROOT/scripts/oe-setup-builddir && \ + TEMPLATECONF="$TEMPLATECONF" $OEROOT/scripts/oe-setup-builddir && \ [ -n "$BUILDDIR" ] && cd "$BUILDDIR" unset OEROOT unset BBPATH |