diff options
author | 2022-06-01 12:40:57 -0400 | |
---|---|---|
committer | 2022-06-01 12:42:09 -0400 | |
commit | c3f5b58fdf07e36dd1aeb58d0fce47063124188c (patch) | |
tree | d452974e34ed09a5ae09ddf3f36f261ee55a01cf | |
parent | 590065c9264b8fb450e25d9068df4f0e31e86137 (diff) | |
download | meta-virtualization-c3f5b58fdf07e36dd1aeb58d0fce47063124188c.tar.gz meta-virtualization-c3f5b58fdf07e36dd1aeb58d0fce47063124188c.tar.bz2 meta-virtualization-c3f5b58fdf07e36dd1aeb58d0fce47063124188c.zip |
podman-compose: switch 1.0.3 to stable branch
It looks like 'devel' in podman compose gets rewritten, so our
1.0.3 commit is no longer on that branch, breaking fetches.
Moving to stable and changing the commit to avoid the issue.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/podman-compose/podman-compose_1.0.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/podman-compose/podman-compose_1.0.3.bb b/recipes-containers/podman-compose/podman-compose_1.0.3.bb index 2b2d1a3..cb56920 100644 --- a/recipes-containers/podman-compose/podman-compose_1.0.3.bb +++ b/recipes-containers/podman-compose/podman-compose_1.0.3.bb @@ -4,9 +4,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" inherit setuptools3 -SRC_URI = "git://github.com/containers/podman-compose.git;branch=devel;protocol=https" +SRC_URI = "git://github.com/containers/podman-compose.git;branch=stable;protocol=https" -SRCREV = "1555417958dfce23f03eeb7c1e85caacac7469b3" +SRCREV = "24ec539932580a6bc96d6eb2341141b6d7198b39" S = "${WORKDIR}/git" |