From: Joshua Lock Date: Thu, 22 Jul 2010 09:42:47 +0000 (+0100) Subject: poky-env-internal: unbreak existing build setups X-Git-Tag: 2011-1~5167 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5c63f8a2494cd74792e1a67b114a90a0a2fdbbcc;p=openembedded-core.git poky-env-internal: unbreak existing build setups Many users have an existing build confifured using OEROOT, re-enable exporting of this variable to unbreak their builds. Signed-off-by: Joshua Lock --- diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index 862ce7aec2..62785f1acc 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal @@ -128,7 +128,7 @@ fi unset POKYLOCALCONF unset POKYLAYERCONF -export BBPATH BUILD_SYS BUILDDIR +export BBPATH OEROOT BUILD_SYS BUILDDIR # Kill off the TERMINFO variable, as glibc will grab its contents in its 'make # install' if set