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 | df90aeb1ae87c22b223c96a3ef122e74d5b2b055 (patch) | |
tree | c9e3af9eba3cf5800e3237980d068f8f5d1879a8 | |
parent | 258742feb5ba952d4cb033246f5ca8ef83912e38 (diff) | |
download | meta-virtualization-df90aeb1ae87c22b223c96a3ef122e74d5b2b055.tar.gz |
cri-tools: 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/cri-tools/cri-tools_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/cri-tools/cri-tools_git.bb b/recipes-containers/cri-tools/cri-tools_git.bb index e0caf740..f9b60bbf 100644 --- a/recipes-containers/cri-tools/cri-tools_git.bb +++ b/recipes-containers/cri-tools/cri-tools_git.bb | |||
@@ -18,7 +18,7 @@ What is not in scope for this project? \ | |||
18 | 18 | ||
19 | SRCREV_cri-tools = "17b4dd65d660fec94d7a5a070e3e89ef640f1087" | 19 | SRCREV_cri-tools = "17b4dd65d660fec94d7a5a070e3e89ef640f1087" |
20 | SRC_URI = "\ | 20 | SRC_URI = "\ |
21 | git://github.com/kubernetes-sigs/cri-tools.git;branch=master;name=cri-tools;protocol=https \ | 21 | git://github.com/kubernetes-sigs/cri-tools.git;branch=master;name=cri-tools;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ |
22 | file://0001-build-allow-environmental-CGO-settings-and-pass-dont.patch \ | 22 | file://0001-build-allow-environmental-CGO-settings-and-pass-dont.patch \ |
23 | " | 23 | " |
24 | 24 | ||