mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00

This commit updates the container recipes to the OE core UNPACKDIR changes. - We drop references to WORKDIR - We adjust destsuffix fetches to use BB_GIT_DEFAULT_DESTSUFFIX instead of 'git' - Update our GOPATH references to use UNPACKDIR - Drop S = assignemnts where possible Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
21 lines
515 B
BlitzBasic
21 lines
515 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
|
|
|
|
PV = "1.3.0+git"
|
|
SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=https"
|
|
|
|
SRCREV = "4d899edeb3d0622a986d90a6b2d7356aa550723e"
|
|
|
|
DEPENDS += "python3-pyyaml-native"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
python3-asyncio \
|
|
python3-dotenv \
|
|
python3-json \
|
|
python3-pyyaml \
|
|
python3-unixadmin \
|
|
"
|