]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky-env-internal: unbreak existing build setups
authorJoshua Lock <josh@linux.intel.com>
Thu, 22 Jul 2010 09:42:47 +0000 (10:42 +0100)
committerJoshua Lock <josh@linux.intel.com>
Thu, 22 Jul 2010 09:42:47 +0000 (10:42 +0100)
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>
scripts/poky-env-internal

index 862ce7aec297825f406af31f7d18efce663b7d50..62785f1acc76070f8b942a8d31361e98dd5c9ea6 100755 (executable)
@@ -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