summaryrefslogtreecommitdiffstats
path: root/recipes-containers/podman-compose
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-06-25 22:40:08 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-06-25 22:40:08 -0400
commitbc2a750d5cd518706aff406da6e0719ce475e36b (patch)
tree50fc47c0c749ec6cb3ea6e197b7b78cb97932714 /recipes-containers/podman-compose
parent9f23867e6386ba4131c165f084c5f5de2c612451 (diff)
downloadmeta-virtualization-bc2a750d5cd518706aff406da6e0719ce475e36b.tar.gz
containers: adapt to UNPACKDIR changes
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>
Diffstat (limited to 'recipes-containers/podman-compose')
-rw-r--r--recipes-containers/podman-compose/podman-compose_git.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-containers/podman-compose/podman-compose_git.bb b/recipes-containers/podman-compose/podman-compose_git.bb
index 7451dffb..26e1865f 100644
--- a/recipes-containers/podman-compose/podman-compose_git.bb
+++ b/recipes-containers/podman-compose/podman-compose_git.bb
@@ -9,8 +9,6 @@ SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=h
9 9
10SRCREV = "4d899edeb3d0622a986d90a6b2d7356aa550723e" 10SRCREV = "4d899edeb3d0622a986d90a6b2d7356aa550723e"
11 11
12S = "${WORKDIR}/git"
13
14DEPENDS += "python3-pyyaml-native" 12DEPENDS += "python3-pyyaml-native"
15 13
16RDEPENDS:${PN} += "\ 14RDEPENDS:${PN} += "\