diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-08-14 14:14:35 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-08-14 14:17:38 +0000 |
| commit | b8a964fc30de6dfd5a04d3ac57428809526d29f4 (patch) | |
| tree | 78e2a4396cbc928cb86984be90991cb90c732987 /recipes-containers/docker-compose/docker-compose_git.bb | |
| parent | 155bc6583734853149118da5bdc5fd2361043f3b (diff) | |
| download | meta-virtualization-b8a964fc30de6dfd5a04d3ac57428809526d29f4.tar.gz | |
docker-compose: switch branch to main
The upstream repoistory transitioned from master to main, and also
deleted the v2 branch this recipe was using.
Switch everything to main until (if?) new versioned branches appear.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/docker-compose/docker-compose_git.bb')
| -rw-r--r-- | recipes-containers/docker-compose/docker-compose_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/docker-compose/docker-compose_git.bb b/recipes-containers/docker-compose/docker-compose_git.bb index 78c7cf12..ca50abad 100644 --- a/recipes-containers/docker-compose/docker-compose_git.bb +++ b/recipes-containers/docker-compose/docker-compose_git.bb | |||
| @@ -11,7 +11,7 @@ DEPENDS = " \ | |||
| 11 | SRCREV_FORMAT="compose_survey" | 11 | SRCREV_FORMAT="compose_survey" |
| 12 | SRCREV_compose = "02ad467f89ebc343aa03ce89d18875ea4d604ea3" | 12 | SRCREV_compose = "02ad467f89ebc343aa03ce89d18875ea4d604ea3" |
| 13 | 13 | ||
| 14 | SRC_URI = "git://github.com/docker/compose;name=compose;branch=v2;protocol=https" | 14 | SRC_URI = "git://github.com/docker/compose;name=compose;branch=main;protocol=https" |
| 15 | 15 | ||
| 16 | include src_uri.inc | 16 | include src_uri.inc |
| 17 | 17 | ||
