big hammer hack to get past additional packaging problem for Linux

master
Oz Linden 2016-03-09 13:20:32 -05:00
parent 910edc7beb
commit 79e09fa942
1 changed files with 7 additions and 0 deletions

View File

@ -206,6 +206,13 @@ fi
# load autobuild provided shell functions and variables
eval "$("$autobuild" source_environment)"
if [ "$arch" = "Linux" ]
then
## something about the additional_packages mechanism messes up buildscripts results.py
## since we don't care about those packages on Linux, just zero it out, yes - a HACK
export additional_packages=""
fi
# dump environment variables for debugging
begin_section "Environment"
env|sort