mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
scripts: add space around assignments
We need spaces around our SRCREV assignements to avoid QA errors. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
9ac32d6781
commit
1289579dd0
|
@ -571,7 +571,7 @@ class GoModTool(object):
|
|||
# SRC_URI += "git://%s;name=%s;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/%s"
|
||||
template = """# %s %s
|
||||
# [1] git ls-remote %s %s
|
||||
SRCREV_%s="%s"
|
||||
SRCREV_%s = "%s"
|
||||
SRC_URI += "git://%s;name=%s;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/%s"
|
||||
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user