diff options
-rwxr-xr-x | scripts/oe-go-mod-autogen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-go-mod-autogen.py b/scripts/oe-go-mod-autogen.py index 588a77ae..40c964da 100755 --- a/scripts/oe-go-mod-autogen.py +++ b/scripts/oe-go-mod-autogen.py | |||
@@ -571,7 +571,7 @@ class GoModTool(object): | |||
571 | # SRC_URI += "git://%s;name=%s;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/%s" | 571 | # SRC_URI += "git://%s;name=%s;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/%s" |
572 | template = """# %s %s | 572 | template = """# %s %s |
573 | # [1] git ls-remote %s %s | 573 | # [1] git ls-remote %s %s |
574 | SRCREV_%s="%s" | 574 | SRCREV_%s = "%s" |
575 | SRC_URI += "git://%s;name=%s;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/%s" | 575 | SRC_URI += "git://%s;name=%s;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/%s" |
576 | 576 | ||
577 | """ | 577 | """ |