mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
3b91a3104a
commit
1aadb32730
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user