mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
Nothing uses USERNAME, remove it - can cause sstate-cache conflicts
USER is the correct variable to use, also this can affect sstate cache as well. (Bitbake rev: d7f9edda65dae2e046871afa275c5a51dff48fc4) Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1670051a79
commit
c270f92b08
@@ -505,7 +505,6 @@ def preserved_envvars_exported():
|
|||||||
'SHELL',
|
'SHELL',
|
||||||
'TERM',
|
'TERM',
|
||||||
'USER',
|
'USER',
|
||||||
'USERNAME',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
def preserved_envvars_exported_interactive():
|
def preserved_envvars_exported_interactive():
|
||||||
|
|||||||
Reference in New Issue
Block a user