mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00

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>
16 lines
429 B
BlitzBasic
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"
|