diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-25 22:40:08 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-25 22:40:08 -0400 |
| commit | bc2a750d5cd518706aff406da6e0719ce475e36b (patch) | |
| tree | 50fc47c0c749ec6cb3ea6e197b7b78cb97932714 /recipes-containers/aardvark-dns | |
| parent | 9f23867e6386ba4131c165f084c5f5de2c612451 (diff) | |
| download | meta-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/aardvark-dns')
| -rw-r--r-- | recipes-containers/aardvark-dns/aardvark-dns_1.14.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
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 \ | |||
| 12 | file://run-ptest" | 12 | file://run-ptest" |
| 13 | require ${BPN}-crates.inc | 13 | require ${BPN}-crates.inc |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit cargo cargo-update-recipe-crates features_check ptest | 15 | inherit cargo cargo-update-recipe-crates features_check ptest |
| 18 | 16 | ||
| 19 | # Cargo installs the binary to bin so move it to where podman expects it | 17 | # Cargo installs the binary to bin so move it to where podman expects it |
