meta-virtualization/recipes-containers/podman-compose/podman-compose_0.1.8.bb
Bruce Ashfield 108e089f7e global: update licence values to SPDX values
These changes are the result of running the convert-spdx-licenses.py
oe-core script.

There's no impact to the build, but we will avoid issues when
interacting with core QA by the alignment.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-02-18 13:07:10 -05:00

16 lines
436 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=devel;protocol=https"
SRCREV = "1555417958dfce23f03eeb7c1e85caacac7469b3"
S = "${WORKDIR}/git"
DEPENDS += "${PYTHON_PN}-pyyaml-native"
RDEPENDS:${PN} += "${PYTHON_PN}-pyyaml"