diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-05-24 03:43:09 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-05-29 13:16:56 +0000 |
commit | b78f5ac678092b2b28cf9fc8d4b76c4746c5eb7f (patch) | |
tree | 284143a6d2f789b8564df614e56218d09d8675d9 | |
parent | 380eae7bdd14319069960f7eb8d82c0ec0608b8a (diff) | |
download | meta-virtualization-b78f5ac678092b2b28cf9fc8d4b76c4746c5eb7f.tar.gz |
runc: adapt SRC_URI to include destsuffix=${GO_SRCURI_DESTSUFFIX}
As of commit cc4ec43a2b657fb4c58429ab14f1edc2473c1327 [go: Drop fork
of unpack code, mandate GO_SRCURI_DESTSUFFIX] we require this
variable in our go recipes.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/runc/runc-opencontainers_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb index 6c5a7721..3b5a9259 100644 --- a/recipes-containers/runc/runc-opencontainers_git.bb +++ b/recipes-containers/runc/runc-opencontainers_git.bb | |||
@@ -2,7 +2,7 @@ include runc.inc | |||
2 | 2 | ||
3 | SRCREV = "e8bb71e147d6044f57dfb5d4da619cf27f830c48" | 3 | SRCREV = "e8bb71e147d6044f57dfb5d4da619cf27f830c48" |
4 | SRC_URI = " \ | 4 | SRC_URI = " \ |
5 | git://github.com/opencontainers/runc;branch=release-1.1;protocol=https \ | 5 | git://github.com/opencontainers/runc;branch=release-1.1;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ |
6 | file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ | 6 | file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ |
7 | " | 7 | " |
8 | RUNC_VERSION = "1.1.12" | 8 | RUNC_VERSION = "1.1.12" |