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>
This commit is contained in:
Marcus Müller 2015-12-07 11:48:40 +01:00 committed by Richard Purdie
parent 0f4fb26f0a
commit e8d36f4886
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ fi
OEROOT=`readlink -f "$OEROOT"` OEROOT=`readlink -f "$OEROOT"`
export OEROOT export OEROOT
. $OEROOT/scripts/oe-buildenv-internal && \ . $OEROOT/scripts/oe-buildenv-internal && \
$OEROOT/scripts/oe-setup-builddir && \ TEMPLATECONF="$TEMPLATECONF" $OEROOT/scripts/oe-setup-builddir && \
[ -n "$BUILDDIR" ] && cd "$BUILDDIR" [ -n "$BUILDDIR" ] && cd "$BUILDDIR"
unset OEROOT unset OEROOT
unset BBPATH unset BBPATH