Explorar o código

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>
Marcus Müller %!s(int64=8) %!d(string=hai) anos
pai
achega
0bf9d919bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      oe-init-build-env

+ 1 - 1
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