From 1289579dd0def36245ade02e4dd3d0bc3c3e3af8 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 16 Apr 2025 04:37:14 +0000 Subject: scripts: add space around assignments We need spaces around our SRCREV assignements to avoid QA errors. Signed-off-by: Bruce Ashfield --- scripts/oe-go-mod-autogen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/oe-go-mod-autogen.py') 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): # 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" """ -- cgit v1.2.3-54-g00ecf