diff options
-rw-r--r-- | recipes-devtools/yq/yq_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/yq/yq_git.bb b/recipes-devtools/yq/yq_git.bb index 3e48fee6..1fccb120 100644 --- a/recipes-devtools/yq/yq_git.bb +++ b/recipes-devtools/yq/yq_git.bb | |||
@@ -15,7 +15,7 @@ SRCREV_logging = "b2cb9fa56473e98db8caba80237377e83fe44db5" | |||
15 | SRCREV_yaml = "eeeca48fe7764f320e4870d231902bf9c1be2c08" | 15 | SRCREV_yaml = "eeeca48fe7764f320e4870d231902bf9c1be2c08" |
16 | 16 | ||
17 | SRCREV_FORMAT = "yq_color" | 17 | SRCREV_FORMAT = "yq_color" |
18 | SRC_URI = "git://${GO_IMPORT};name=yq;branch=master \ | 18 | SRC_URI = "git://${GO_IMPORT};name=yq;branch=master;protocol=https \ |
19 | git://github.com/fatih/color;name=color;destsuffix=build/vendor/src/github.com/fatih/color;branch=master;protocol=https \ | 19 | git://github.com/fatih/color;name=color;destsuffix=build/vendor/src/github.com/fatih/color;branch=master;protocol=https \ |
20 | git://github.com/goccy/go-yaml;name=lexer;destsuffix=build/vendor/src/github.com/goccy/go-yaml/;branch=master;protocol=https \ | 20 | git://github.com/goccy/go-yaml;name=lexer;destsuffix=build/vendor/src/github.com/goccy/go-yaml/;branch=master;protocol=https \ |
21 | git://github.com/kylelemons/godebug;name=debug;destsuffix=build/vendor/src/github.com/kylelemons/godebug/;branch=master;protocol=https \ | 21 | git://github.com/kylelemons/godebug;name=debug;destsuffix=build/vendor/src/github.com/kylelemons/godebug/;branch=master;protocol=https \ |