diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-10-29 09:51:13 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-03 09:50:07 -0400 |
| commit | b4ba17f1b97674a3d3ca251d9921b82bbe3c39aa (patch) | |
| tree | 38f9075b02b00b6115ad1542fccc4f9d330c2641 /recipes-devtools/yq/yq_git.bb | |
| parent | 6e591b451a3a08ff36348643e378e860d5d31752 (diff) | |
| download | meta-virtualization-b4ba17f1b97674a3d3ca251d9921b82bbe3c39aa.tar.gz | |
global: add explicit branch to all SRC_URIs
As introduced in the oe-core post:
https://lists.openembedded.org/g/openembedded-core/message/157623
SRC_URIs without an explicit branch will generate warnings, and
eventually be an error.
We run the provided conversion script to make sure that meta-virt
is ready for the change.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/yq/yq_git.bb')
| -rw-r--r-- | recipes-devtools/yq/yq_git.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes-devtools/yq/yq_git.bb b/recipes-devtools/yq/yq_git.bb index b17a0ce1..198699ba 100644 --- a/recipes-devtools/yq/yq_git.bb +++ b/recipes-devtools/yq/yq_git.bb | |||
| @@ -15,14 +15,14 @@ SRCREV_logging = "b2cb9fa56473e98db8caba80237377e83fe44db5" | |||
| 15 | SRCREV_yaml = "eeeca48fe7764f320e4870d231902bf9c1be2c08" | 15 | SRCREV_yaml = "eeeca48fe7764f320e4870d231902bf9c1be2c08" |
| 16 | 16 | ||
| 17 | SRCREV_FORMAT = "yq_color" | 17 | SRCREV_FORMAT = "yq_color" |
| 18 | SRC_URI = "git://${GO_IMPORT};name=yq \ | 18 | SRC_URI = "git://${GO_IMPORT};name=yq;branch=master \ |
| 19 | 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;branch=master \ |
| 20 | 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/;branch=master \ |
| 21 | git://github.com/kylelemons/godebug;name=debug;destsuffix=build/vendor/src/github.com/kylelemons/godebug/ \ | 21 | git://github.com/kylelemons/godebug;name=debug;destsuffix=build/vendor/src/github.com/kylelemons/godebug/;branch=master \ |
| 22 | git://github.com/pkg/errors;name=errors;destsuffix=build/vendor/src/github.com/pkg/errors/ \ | 22 | git://github.com/pkg/errors;name=errors;destsuffix=build/vendor/src/github.com/pkg/errors/;branch=master \ |
| 23 | git://github.com/spf13/cobra;name=cobra;destsuffix=build/vendor/src/github.com/spf13/cobra \ | 23 | git://github.com/spf13/cobra;name=cobra;destsuffix=build/vendor/src/github.com/spf13/cobra;branch=master \ |
| 24 | git://github.com/spf13/pflag;name=pflag;destsuffix=build/vendor/src/github.com/spf13/pflag \ | 24 | git://github.com/spf13/pflag;name=pflag;destsuffix=build/vendor/src/github.com/spf13/pflag;branch=master \ |
| 25 | git://github.com/op/go-logging.git;name=logging;destsuffix=build/vendor/src/gopkg.in/op/go-logging.v1 \ | 25 | git://github.com/op/go-logging.git;name=logging;destsuffix=build/vendor/src/gopkg.in/op/go-logging.v1;branch=master \ |
| 26 | git://github.com/go-yaml/yaml.git;name=yaml;branch=v3;destsuffix=build/vendor/src/gopkg.in/yaml.v3 \ | 26 | git://github.com/go-yaml/yaml.git;name=yaml;branch=v3;destsuffix=build/vendor/src/gopkg.in/yaml.v3 \ |
| 27 | " | 27 | " |
| 28 | 28 | ||
