summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-10-19 23:18:11 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-10-19 23:22:22 -0400
commit39732c039b160c1b27176ed2dc4d84bf8bbd2673 (patch)
treec231685e7e906d363ba9dd826f041be74b4cfc33
parent364bc5ff5a45fdae19e4d1ece024be6639a43c02 (diff)
downloadmeta-virtualization-39732c039b160c1b27176ed2dc4d84bf8bbd2673.tar.gz
yq: add SRCREV_FORMAT
recipes that use multiple SCMs in the SRC_URI, must supply SRCREV_FORMAT or SRCPV triggers an expansion error. While this isn't fatal during the build, it can cause issues with setscene (and possibly) other tasks failing, which then leads to no sstate re-use, etc. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-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/ \