PTU5KAS/kas
Henning Schild 62cf4fb0eb libkas: include another space when extending BB_ENV_EXTRAWHITE
the way the env variable got extended broke the last entry in it and the
first entry in the added string because the two strings where not space
separated

i.e.
  "... no_proxySSTATE_DIR ..."
now you shoud get
  "... no_proxy SSTATE_DIR ..."

Seems that problem was in kas since day one.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
2018-01-02 12:59:30 +01:00
..
__init__.py config: Added schema validation for configuration files 2017-10-13 14:11:10 +02:00
__main__.py entry: Consistently call python3 2017-08-31 22:31:41 +02:00
__version__.py Release 0.15.0 2017-12-06 16:47:28 +01:00
build.py config: Implemented multi-target support 2017-10-13 14:11:00 +02:00
config.py config: support "gentoo" as a known distro 2018-01-02 12:59:30 +01:00
configschema.py implementation of environment variable passthrough 2017-11-24 10:19:12 +01:00
includehandler.py includehandler: remove possible duplicates from the missing_repos list 2017-10-18 10:04:06 +02:00
kas.py kas: added version output when starting kas 2017-10-19 17:15:26 +02:00
libcmds.py libcmds: create directory before open in case it is not there 2018-01-02 12:59:30 +01:00
libkas.py libkas: include another space when extending BB_ENV_EXTRAWHITE 2018-01-02 12:59:30 +01:00
repos.py Fixed issues that occured with pylint 1.7.2 2017-06-28 15:10:14 +02:00
shell.py config: Implemented multi-target support 2017-10-13 14:11:00 +02:00