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/oci-systemd-hook/oci-systemd-hook_git.bb | |
| 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/oci-systemd-hook/oci-systemd-hook_git.bb')
| -rw-r--r-- | recipes-containers/oci-systemd-hook/oci-systemd-hook_git.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-containers/oci-systemd-hook/oci-systemd-hook_git.bb b/recipes-containers/oci-systemd-hook/oci-systemd-hook_git.bb index 0d5ce5f5..631b29e3 100644 --- a/recipes-containers/oci-systemd-hook/oci-systemd-hook_git.bb +++ b/recipes-containers/oci-systemd-hook/oci-systemd-hook_git.bb | |||
| @@ -14,7 +14,6 @@ SRC_URI = "git://github.com/projectatomic/oci-systemd-hook;branch=master;protoco | |||
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | PV = "0.2.0+git" | 16 | PV = "0.2.0+git" |
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | inherit autotools pkgconfig | 18 | inherit autotools pkgconfig |
| 20 | 19 | ||
