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