diff options
Diffstat (limited to 'meta/classes/base.bbclass')
| -rw-r--r-- | meta/classes/base.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 824ce05fc9..9cf3863ff1 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
| @@ -743,11 +743,12 @@ def generate_git_config(e): | |||
| 743 | ignore_count = 1 | 743 | ignore_count = 1 |
| 744 | ignore_host = data.getVar('GIT_PROXY_IGNORE_1', e.data, True) | 744 | ignore_host = data.getVar('GIT_PROXY_IGNORE_1', e.data, True) |
| 745 | while (ignore_host): | 745 | while (ignore_host): |
| 746 | f.write(" gitproxy = non for %s" % ignore_host) | 746 | f.write(" gitproxy = none for %s\n" % ignore_host) |
| 747 | ignore_count += 1 | 747 | ignore_count += 1 |
| 748 | ignore_host = data.getVar('GIT_PROXY_IGNORE_%s' % ignore_count, e.data, True) | 748 | ignore_host = data.getVar('GIT_PROXY_IGNORE_%s' % ignore_count, e.data, True) |
| 749 | f.write(proxy_command) | 749 | f.write(proxy_command) |
| 750 | f.close | 750 | f.close |
| 751 | if | ||
| 751 | 752 | ||
| 752 | 753 | ||
| 753 | METADATA_REVISION ?= "${@base_get_metadata_monotone_revision(d)}" | 754 | METADATA_REVISION ?= "${@base_get_metadata_monotone_revision(d)}" |
