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-15 18:24:05 +0000
commitade1182494d1211b358e3881e156ae5fde0dadf6 (patch)
treed920c425b79cd83aa17d856bbaba9198150ee67d
parent23ce17f66c0ed2d0dc262143ea7df46ce1e8e915 (diff)
downloadmeta-virtualization-ade1182494d1211b358e3881e156ae5fde0dadf6.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