From e8d36f4886e88cc496b04890055fbc534c3caa6f Mon Sep 17 00:00:00 2001 From: Marcus Müller Date: Mon, 7 Dec 2015 11:48:40 +0100 Subject: scripts: hand the TEMPLATECONF local over to setup-builddir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (From OE-Core rev: 0bf9d919bba5780d34cc6ac9dde2c74bb07b8342) Signed-off-by: Marcus Müller Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- oe-init-build-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oe-init-build-env') 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 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 -- cgit 1.2.3-korg