All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hand the TEMPLATECONF local over to setup-builddir
@ 2015-09-22 17:44 Marcus Müller
  2015-09-22 18:40 ` Lee Nipper
  2015-12-16 20:18 ` Philip Balister
  0 siblings, 2 replies; 8+ messages in thread
From: Marcus Müller @ 2015-09-22 17:44 UTC (permalink / raw)
  To: openembedded-core

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



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-12-16 20:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-22 17:44 [PATCH] hand the TEMPLATECONF local over to setup-builddir Marcus Müller
2015-09-22 18:40 ` Lee Nipper
2015-09-22 18:45   ` Marcus Müller
2015-09-22 20:25     ` Lee Nipper
2015-09-22 22:15       ` Gary Thomas
2015-09-23  9:06       ` Marcus Müller
2015-12-07 10:56         ` Marcus Müller
2015-12-16 20:18 ` Philip Balister

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.