diff options
author | Yasir-Khan <yasir_khan@mentor.com> | 2014-09-08 12:58:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-10 11:29:50 +0100 |
commit | c448bf3629ab5d930ed845d4ba48e37e4a85d2a3 (patch) | |
tree | c1b8a952362cf6c08e42e86a3e856bfc4b9986dd /scripts/lib | |
parent | e8eb01fb49bf18dedb62ef05712374cec3bd5efd (diff) | |
download | openembedded-core-c448bf3629ab5d930ed845d4ba48e37e4a85d2a3.tar.gz openembedded-core-c448bf3629ab5d930ed845d4ba48e37e4a85d2a3.tar.bz2 openembedded-core-c448bf3629ab5d930ed845d4ba48e37e4a85d2a3.zip |
python-native: disable user site support
The user site-packages gets inserted into sys.path ahead of the
system site directories, so a site package installed there will
be used in preference to what's in our sysroot, causing less
deterministic builds, and potential build breakage, depending
on what the user has installed there. Disable it for our native
python, so they don't affect our builds.
Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Yasir-Khan <yasir_khan@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib')
0 files changed, 0 insertions, 0 deletions