We currently only fetch from one SRC_URI so we can drop the SRCREV_FORMAT and covert from the named SRCREV_compose
Signed-off-by: Jose Quaresma <[email protected]> --- recipes-containers/docker-compose/docker-compose_git.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/recipes-containers/docker-compose/docker-compose_git.bb b/recipes-containers/docker-compose/docker-compose_git.bb index 8bab3fb6..dd2b131b 100644 --- a/recipes-containers/docker-compose/docker-compose_git.bb +++ b/recipes-containers/docker-compose/docker-compose_git.bb @@ -7,11 +7,9 @@ DEPENDS = " \ rsync-native \ " -# Specify the first two important SRCREVs as the format -SRCREV_FORMAT="compose_survey" -SRCREV_compose = "f79c28168bf6a95ea0cbd1c298f4a0ff4c3ac36b" +SRCREV = "3371227794f5f3645f4f19829c60a741635ed329" -SRC_URI = "git://github.com/docker/compose;name=compose;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" +SRC_URI = "git://github.com/docker/compose;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" include src_uri.inc -- 2.45.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8845): https://lists.yoctoproject.org/g/meta-virtualization/message/8845 Mute This Topic: https://lists.yoctoproject.org/mt/107559145/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
