diff options
author | Jacob Kroon <jacob.kroon@gmail.com> | 2020-06-15 14:22:31 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-16 23:34:45 +0100 |
commit | 135cbf0efefdb82c755694d383be598b84dd6b7d (patch) | |
tree | 534b5ce36511bb03b5d12bed84f205e0ccde55b7 /bitbake/lib/bb/utils.py | |
parent | 816a12758bfcb5409accbf636ec58d9fa917cdb6 (diff) | |
download | poky-135cbf0efefdb82c755694d383be598b84dd6b7d.tar.gz |
bitbake: lib/bb/utils.py: Do not preserve TERM in the environment
The value of TERM is leaking into OE-Core postinst-useradd-${PN} scripts,
which in turn can optionally be monitored by buildhistory. Prune the value in
order to make the OE-Core buildhistory output more deterministic.
(Bitbake rev: 0d5cdd0c0d65f2f81c3af0f3767fee86c4142c3a)
Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/utils.py')
-rw-r--r-- | bitbake/lib/bb/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/utils.py b/bitbake/lib/bb/utils.py index 5f5767c1da..50032e50c2 100644 --- a/bitbake/lib/bb/utils.py +++ b/bitbake/lib/bb/utils.py | |||
@@ -580,7 +580,6 @@ def preserved_envvars_exported(): | |||
580 | 'PATH', | 580 | 'PATH', |
581 | 'PWD', | 581 | 'PWD', |
582 | 'SHELL', | 582 | 'SHELL', |
583 | 'TERM', | ||
584 | 'USER', | 583 | 'USER', |
585 | 'LC_ALL', | 584 | 'LC_ALL', |
586 | 'BBSERVER', | 585 | 'BBSERVER', |