meta-virtualization/recipes-containers/podman-compose/podman-compose_0.1.5.bb
Bruce Ashfield 0a7ae8bc50 global: convert github SRC_URIs to use https protocol
github is removing git:// access, and fetches will start experiencing
interruptions in service, and eventually will fail completely.

bitbake will also begin to warn on github src_uri's that don't use
https. So we convert the meta-virt instances to use protocol=https
(done using the oe-core contrib conversion script)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-11-02 09:57:03 -04:00

16 lines
429 B
BlitzBasic

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