From b829dc1a90578398807fa7c8d9982625b95cc006 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 11 Aug 2023 10:11:37 -0700 Subject: [PATCH] gosu: Define SRCREV_FORMAT Signed-off-by: Khem Raj --- meta-oe/recipes-support/gosu/gosu_1.16.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/gosu/gosu_1.16.bb b/meta-oe/recipes-support/gosu/gosu_1.16.bb index b209de16a4..70c7275bc4 100644 --- a/meta-oe/recipes-support/gosu/gosu_1.16.bb +++ b/meta-oe/recipes-support/gosu/gosu_1.16.bb @@ -11,6 +11,9 @@ SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https \ SRCREV = "0e7347714352cd7f2e5edc9d2cf838d9934e6036" #v1.1.0 SRCREV_runc = "067aaf8548d78269dcb2c13b856775e27c410f9c" + +SRCREV_FORMAT .= "_runc" + inherit go CGO_ENABLED = "1"