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-27 11:27:01 +0000 |
commit | 0bf9d919bba5780d34cc6ac9dde2c74bb07b8342 (patch) | |
tree | f6067f2ecebb5ecca7b75c24e1cb232aecfc8564 /oe-init-build-env | |
parent | 574b84132df61d421d2f99e14bdc94649fe83e38 (diff) | |
download | openembedded-core-contrib-0bf9d919bba5780d34cc6ac9dde2c74bb07b8342.tar.gz |
scripts: hand the TEMPLATECONF local over to setup-builddir
Signed-off-by: Marcus Müller <marcus.mueller@ettus.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 |