From 4d6edd4fc50f9fb272722e4b82a24449ae988010 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 14 Oct 2019 22:50:06 +0200 Subject: podman-compose: move into subdirectory The layer does not expect recipes in the first subdir. Move the podman-compose recipe into a podman-compose subdirectory. Signed-off-by: Stefan Agner Signed-off-by: Bruce Ashfield --- recipes-containers/podman-compose/podman-compose_0.1.5.bb | 15 +++++++++++++++ recipes-containers/podman-compose_0.1.5.bb | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 recipes-containers/podman-compose/podman-compose_0.1.5.bb delete mode 100644 recipes-containers/podman-compose_0.1.5.bb diff --git a/recipes-containers/podman-compose/podman-compose_0.1.5.bb b/recipes-containers/podman-compose/podman-compose_0.1.5.bb new file mode 100644 index 00000000..4015069a --- /dev/null +++ b/recipes-containers/podman-compose/podman-compose_0.1.5.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "An implementation of docker-compose with podman backend" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +inherit setuptools3 pypi + +SRC_URI = "git://github.com/containers/podman-compose.git" + +SRCREV = "f008986633879acf3f54848dabbf07cef8e9c68f" + +S = "${WORKDIR}/git" + +DEPENDS += "${PYTHON_PN}-pyyaml-native" + +RDEPENDS_${PN} += "${PYTHON_PN}-pyyaml" diff --git a/recipes-containers/podman-compose_0.1.5.bb b/recipes-containers/podman-compose_0.1.5.bb deleted file mode 100644 index 4015069a..00000000 --- a/recipes-containers/podman-compose_0.1.5.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "An implementation of docker-compose with podman backend" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -inherit setuptools3 pypi - -SRC_URI = "git://github.com/containers/podman-compose.git" - -SRCREV = "f008986633879acf3f54848dabbf07cef8e9c68f" - -S = "${WORKDIR}/git" - -DEPENDS += "${PYTHON_PN}-pyyaml-native" - -RDEPENDS_${PN} += "${PYTHON_PN}-pyyaml" -- cgit v1.2.3-54-g00ecf