diff options
| author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2014-12-01 10:04:08 +0200 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2014-12-03 11:03:32 +0200 |
| commit | 3571a1dab75581cc2002fb6529f3682b9512caaa (patch) | |
| tree | 170ea818517c5fb28d31044bf94c3d75e04afa61 /scripts | |
| parent | a4627371c4321e0df1d26227f50046b2bbc9c7a3 (diff) | |
| download | meta-boot2qt-3571a1dab75581cc2002fb6529f3682b9512caaa.tar.gz | |
BUILDDIR is also used by oe-init
Must not unset BUILDDIR as it is exported by oe-init scripts, and
used by Toaster and Qemu at least.
Change-Id: I5b004190ad49d7846e2ae7fa3e262ea6d6354ea1
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/setup-environment.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh index c6dad7e..4fd881c 100755 --- a/scripts/setup-environment.sh +++ b/scripts/setup-environment.sh | |||
| @@ -91,6 +91,5 @@ export TEMPLATECONF="${PWD}/sources/meta-b2qt/conf" | |||
| 91 | sed -i -e "/QT_SDK_PATH/s:\"\":\"${QT_SDK_PATH}\":" conf/local.conf | 91 | sed -i -e "/QT_SDK_PATH/s:\"\":\"${QT_SDK_PATH}\":" conf/local.conf |
| 92 | 92 | ||
| 93 | unset QT_SDK_PATH | 93 | unset QT_SDK_PATH |
| 94 | unset BUILDDIR | ||
| 95 | unset TEMPLATECONF | 94 | unset TEMPLATECONF |
| 96 | unset LAYERSCONF | 95 | unset LAYERSCONF |
