mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 20:02:24 +02:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user