summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-08-14 14:14:35 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-08-14 14:17:38 +0000
commitb8a964fc30de6dfd5a04d3ac57428809526d29f4 (patch)
tree78e2a4396cbc928cb86984be90991cb90c732987
parent155bc6583734853149118da5bdc5fd2361043f3b (diff)
downloadmeta-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>
-rw-r--r--recipes-containers/docker-compose/docker-compose_git.bb2
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 = " \
11SRCREV_FORMAT="compose_survey" 11SRCREV_FORMAT="compose_survey"
12SRCREV_compose = "02ad467f89ebc343aa03ce89d18875ea4d604ea3" 12SRCREV_compose = "02ad467f89ebc343aa03ce89d18875ea4d604ea3"
13 13
14SRC_URI = "git://github.com/docker/compose;name=compose;branch=v2;protocol=https" 14SRC_URI = "git://github.com/docker/compose;name=compose;branch=main;protocol=https"
15 15
16include src_uri.inc 16include src_uri.inc
17 17