-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels