summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/yq
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-11-07 18:37:23 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-11-08 09:18:20 -0500
commit1aadb327304588d62bef50969b429d6dd7669fd1 (patch)
tree6fa323135e234da118a2972bffcf00f19185591b /recipes-devtools/yq
parent3b91a3104ab377d94b12787e0a1b13deb55e78c6 (diff)
downloadmeta-virtualization-1aadb327304588d62bef50969b429d6dd7669fd1.tar.gz
yq: convert github SRC_URI to use https protocol
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/yq')
-rw-r--r--recipes-devtools/yq/yq_git.bb2
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"
15SRCREV_yaml = "eeeca48fe7764f320e4870d231902bf9c1be2c08" 15SRCREV_yaml = "eeeca48fe7764f320e4870d231902bf9c1be2c08"
16 16
17SRCREV_FORMAT = "yq_color" 17SRCREV_FORMAT = "yq_color"
18SRC_URI = "git://${GO_IMPORT};name=yq;branch=master \ 18SRC_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 \