summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-07-22 10:42:47 +0100
committerJoshua Lock <josh@linux.intel.com>2010-07-22 10:42:47 +0100
commit5c63f8a2494cd74792e1a67b114a90a0a2fdbbcc (patch)
tree3de5a18c0000496fbfd566d0ea53a1a216ed8fb4 /scripts
parentd9babfed3cdc7e2b9645843cbce307bcf54f7923 (diff)
downloadpoky-5c63f8a2494cd74792e1a67b114a90a0a2fdbbcc.tar.gz
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 <josh@linux.intel.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-env-internal2
1 files changed, 1 insertions, 1 deletions
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
128unset POKYLOCALCONF 128unset POKYLOCALCONF
129unset POKYLAYERCONF 129unset POKYLAYERCONF
130 130
131export BBPATH BUILD_SYS BUILDDIR 131export BBPATH OEROOT BUILD_SYS BUILDDIR
132 132
133# Kill off the TERMINFO variable, as glibc will grab its contents in its 'make 133# Kill off the TERMINFO variable, as glibc will grab its contents in its 'make
134# install' if set 134# install' if set