diff options
-rwxr-xr-x | scripts/poky-env-internal | 2 |
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 | |||
128 | unset POKYLOCALCONF | 128 | unset POKYLOCALCONF |
129 | unset POKYLAYERCONF | 129 | unset POKYLAYERCONF |
130 | 130 | ||
131 | export BBPATH BUILD_SYS BUILDDIR | 131 | export 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 |