mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
base.bbclass: Fix getVar call
This commit is contained in:
@@ -747,7 +747,7 @@ def generate_git_config(e):
|
|||||||
while (ignore_host):
|
while (ignore_host):
|
||||||
f.write(ignore_host)
|
f.write(ignore_host)
|
||||||
ignore_count += 1
|
ignore_count += 1
|
||||||
ignore_host = data.getVar('GIT_PROXY_IGNORE_%s' % ignore_count)
|
ignore_host = data.getVar('GIT_PROXY_IGNORE_%s' % ignore_count, e.data, True)
|
||||||
|
|
||||||
METADATA_REVISION ?= "${@base_get_metadata_monotone_revision(d)}"
|
METADATA_REVISION ?= "${@base_get_metadata_monotone_revision(d)}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user