From b78f5ac678092b2b28cf9fc8d4b76c4746c5eb7f Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 24 May 2024 03:43:09 +0000 Subject: 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 --- recipes-containers/runc/runc-opencontainers_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 SRCREV = "e8bb71e147d6044f57dfb5d4da619cf27f830c48" SRC_URI = " \ - git://github.com/opencontainers/runc;branch=release-1.1;protocol=https \ + git://github.com/opencontainers/runc;branch=release-1.1;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ " RUNC_VERSION = "1.1.12" -- cgit v1.2.3-54-g00ecf