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>
This commit is contained in:
Bruce Ashfield 2023-08-14 14:14:35 +00:00
parent 23ce17f66c
commit ade1182494

View File

@ -11,7 +11,7 @@ DEPENDS = " \
SRCREV_FORMAT="compose_survey"
SRCREV_compose = "02ad467f89ebc343aa03ce89d18875ea4d604ea3"
SRC_URI = "git://github.com/docker/compose;name=compose;branch=v2;protocol=https"
SRC_URI = "git://github.com/docker/compose;name=compose;branch=main;protocol=https"
include src_uri.inc