summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/fetch2/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py
index 765aedd51d..ffb1a92b26 100644
--- a/bitbake/lib/bb/fetch2/__init__.py
+++ b/bitbake/lib/bb/fetch2/__init__.py
@@ -874,6 +874,7 @@ FETCH_EXPORT_VARS = ['HOME', 'PATH',
874 'AWS_SECRET_ACCESS_KEY', 874 'AWS_SECRET_ACCESS_KEY',
875 'AWS_DEFAULT_REGION', 875 'AWS_DEFAULT_REGION',
876 'GIT_CACHE_PATH', 876 'GIT_CACHE_PATH',
877 'REMOTE_CONTAINERS_IPC',
877 'SSL_CERT_DIR'] 878 'SSL_CERT_DIR']
878 879
879def get_fetcher_environment(d): 880def get_fetcher_environment(d):