summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/yq/yq_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/yq/yq_git.bb b/recipes-devtools/yq/yq_git.bb
index 54024eef..b17a0ce1 100644
--- a/recipes-devtools/yq/yq_git.bb
+++ b/recipes-devtools/yq/yq_git.bb
@@ -14,6 +14,7 @@ SRCREV_pflag = "6971c29c4a22981adeaee7f4b437c0cffe08c031"
14SRCREV_logging = "b2cb9fa56473e98db8caba80237377e83fe44db5" 14SRCREV_logging = "b2cb9fa56473e98db8caba80237377e83fe44db5"
15SRCREV_yaml = "eeeca48fe7764f320e4870d231902bf9c1be2c08" 15SRCREV_yaml = "eeeca48fe7764f320e4870d231902bf9c1be2c08"
16 16
17SRCREV_FORMAT = "yq_color"
17SRC_URI = "git://${GO_IMPORT};name=yq \ 18SRC_URI = "git://${GO_IMPORT};name=yq \
18 git://github.com/fatih/color;name=color;destsuffix=build/vendor/src/github.com/fatih/color \ 19 git://github.com/fatih/color;name=color;destsuffix=build/vendor/src/github.com/fatih/color \
19 git://github.com/goccy/go-yaml;name=lexer;destsuffix=build/vendor/src/github.com/goccy/go-yaml/ \ 20 git://github.com/goccy/go-yaml;name=lexer;destsuffix=build/vendor/src/github.com/goccy/go-yaml/ \