From bc2a750d5cd518706aff406da6e0719ce475e36b Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 25 Jun 2025 22:40:08 -0400 Subject: 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 --- recipes-containers/aardvark-dns/aardvark-dns_1.14.0.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'recipes-containers/aardvark-dns') diff --git a/recipes-containers/aardvark-dns/aardvark-dns_1.14.0.bb b/recipes-containers/aardvark-dns/aardvark-dns_1.14.0.bb index d4232f72..b6de3a28 100644 --- a/recipes-containers/aardvark-dns/aardvark-dns_1.14.0.bb +++ b/recipes-containers/aardvark-dns/aardvark-dns_1.14.0.bb @@ -12,8 +12,6 @@ SRC_URI = "git://github.com/containers/aardvark-dns;protocol=https;nobranch=1 \ file://run-ptest" require ${BPN}-crates.inc -S = "${WORKDIR}/git" - inherit cargo cargo-update-recipe-crates features_check ptest # Cargo installs the binary to bin so move it to where podman expects it -- cgit v1.2.3-54-g00ecf