From 89b1a89d9ef25b357ac31c2de5a93aecbd1a369b Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 19 Oct 2021 23:18:11 -0400 Subject: 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 --- recipes-devtools/yq/yq_git.bb | 1 + 1 file changed, 1 insertion(+) 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" SRCREV_logging = "b2cb9fa56473e98db8caba80237377e83fe44db5" SRCREV_yaml = "eeeca48fe7764f320e4870d231902bf9c1be2c08" +SRCREV_FORMAT = "yq_color" SRC_URI = "git://${GO_IMPORT};name=yq \ git://github.com/fatih/color;name=color;destsuffix=build/vendor/src/github.com/fatih/color \ git://github.com/goccy/go-yaml;name=lexer;destsuffix=build/vendor/src/github.com/goccy/go-yaml/ \ -- cgit v1.2.3-54-g00ecf