summaryrefslogtreecommitdiffstats
path: root/scripts/poky-env-internal
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/poky-env-internal
parentd9babfed3cdc7e2b9645843cbce307bcf54f7923 (diff)
downloadopenembedded-core-contrib-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/poky-env-internal')
-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
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