meta-virtualization/recipes-containers/podman-compose/podman-compose_1.0.3.bb
Bruce Ashfield cba2694dac 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>
2022-06-01 12:41:54 -04:00

16 lines
437 B
BlitzBasic

DESCRIPTION = "An implementation of docker-compose with podman backend"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
inherit setuptools3
SRC_URI = "git://github.com/containers/podman-compose.git;branch=stable;protocol=https"
SRCREV = "24ec539932580a6bc96d6eb2341141b6d7198b39"
S = "${WORKDIR}/git"
DEPENDS += "${PYTHON_PN}-pyyaml-native"
RDEPENDS:${PN} += "${PYTHON_PN}-pyyaml"