On Fri, Jul 26, 2024 at 6:41 AM Jose Quaresma via
lists.yoctoproject.org
<[email protected]> wrote:
>
> We currently only fetch from one SRC_URI so we can drop
> the SRCREV_FORMAT and covert from the named SRCREV_compose
>

hmm. But we don't actually fetch from a single SRC_URI, there are
many that are being fetched (src_uri.inc), as the comment in the
recipe indicates, two important ones are picked to go into the
recipe hash.

We could argue that "survey" isn't important and that we could use
another SRCREV, but we should define multiple in the format. We
could also argue that they all should be in the format, but that also
doesn't scale / work.

Bruce

> 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
>
>
> 
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#8852): 
https://lists.yoctoproject.org/g/meta-virtualization/message/8852
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]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to