From 5c63f8a2494cd74792e1a67b114a90a0a2fdbbcc Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Thu, 22 Jul 2010 10:42:47 +0100 Subject: 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 --- scripts/poky-env-internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/poky-env-internal') 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 -- cgit v1.2.3-54-g00ecf