From 1aadb327304588d62bef50969b429d6dd7669fd1 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 7 Nov 2021 18:37:23 +0100 Subject: yq: convert github SRC_URI to use https protocol Signed-off-by: Martin Jansa Signed-off-by: Bruce Ashfield --- recipes-devtools/yq/yq_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-devtools') 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" SRCREV_yaml = "eeeca48fe7764f320e4870d231902bf9c1be2c08" SRCREV_FORMAT = "yq_color" -SRC_URI = "git://${GO_IMPORT};name=yq;branch=master \ +SRC_URI = "git://${GO_IMPORT};name=yq;branch=master;protocol=https \ git://github.com/fatih/color;name=color;destsuffix=build/vendor/src/github.com/fatih/color;branch=master;protocol=https \ git://github.com/goccy/go-yaml;name=lexer;destsuffix=build/vendor/src/github.com/goccy/go-yaml/;branch=master;protocol=https \ git://github.com/kylelemons/godebug;name=debug;destsuffix=build/vendor/src/github.com/kylelemons/godebug/;branch=master;protocol=https \ -- cgit v1.2.3-54-g00ecf