Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Podman-compose 1.0.6 recipe contains SRCREV for 1.0.3 tag #8

Open
deisenhut opened this issue Sep 27, 2023 · 0 comments
Open

Podman-compose 1.0.6 recipe contains SRCREV for 1.0.3 tag #8

deisenhut opened this issue Sep 27, 2023 · 0 comments

Comments

@deisenhut
Copy link

I'm building a custom Yocto image using meta-virtualization:master and including podman-compose as an image feature. It is using the podman-compose_1.0.6.bb recipe but my resulting build only includes v1.0.3 of podman-compose.

I found that the file meta-virtualization/receipes-containers/podman-compose/podman-compose_1.0.6.bb contains the following:

SRC_URI = "git://github.com/containers/podman-compose.git;branch=stable;protocol=https"

SRCREV = "24ec539932580a6bc96d6eb2341141b6d7198b39"

While the version of podman_compose.py on the branch stable is v1.0.6, reviewing the SRCREV shows that it matches the tag for v1.0.3. On my Yocto working directory where the repository was cloned, I see the following:

deisenhut@ubuntu:~/yocto/pi/build/tmp/work/cortexa72-poky-linux/podman-compose/1.0.6/git$ git status
On branch stable
Your branch is behind 'origin/stable' by 168 commits, and can be fast-forwarded.
  (use "git pull" to update your local branch)

nothing to commit, working tree clean
deisenhut@ubuntu:~/yocto/pi/build/tmp/work/cortexa72-poky-linux/podman-compose/1.0.6/git$ git log
commit 24ec539932580a6bc96d6eb2341141b6d7198b39 (HEAD -> stable, tag: v1.0.3)
Author: Muayyad alsadi <alsadi@gmail.com>
Date:   Tue Dec 21 23:15:52 2021 +0200

This commit ID matches the SRCREV in the 1.0.6 recipe.

I will update the SRCDEV to match the v1.0.6 tag and submit a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant