[OE-core] [PATCH] hand the TEMPLATECONF local over to setup-builddir
Marcus Müller
marcus.mueller at ettus.com
Tue Sep 22 17:44:35 UTC 2015
---
oe-init-build-env | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oe-init-build-env b/oe-init-build-env
index 6fee5f7..b7e2918 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
--
2.4.3
More information about the Openembedded-core
mailing list