We currently only fetch from one SRC_URI so we can drop:
the SRCREV_FORMAT and covert the named SRCREV_compose

Signed-off-by: Jose Quaresma <jose.quare...@foundries.io>
---
 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 0765012..06d6c47 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 = "3371227794f5f3645f4f19829c60a741635ed329"
+SRCREV = "3371227794f5f3645f4f19829c60a741635ed329"
 
-SRC_URI = 
"git://github.com/docker/compose;name=compose;branch=main;protocol=https"
+SRC_URI = "git://github.com/docker/compose;branch=main;protocol=https"
 
 include src_uri.inc
 
-- 
2.45.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#8732): 
https://lists.yoctoproject.org/g/meta-virtualization/message/8732
Mute This Topic: https://lists.yoctoproject.org/mt/106221026/21656
Group Owner: meta-virtualization+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to