From: Marcus Müller Date: Mon, 7 Dec 2015 10:48:40 +0000 (+0100) Subject: scripts: hand the TEMPLATECONF local over to setup-builddir X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27880 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bf9d919bba5780d34cc6ac9dde2c74bb07b8342;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git scripts: hand the TEMPLATECONF local over to setup-builddir Signed-off-by: Marcus Müller Signed-off-by: Ross Burton --- 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