summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-08-11 10:11:37 -0700
committerKhem Raj <raj.khem@gmail.com>2023-08-11 10:15:33 -0700
commitb829dc1a90578398807fa7c8d9982625b95cc006 (patch)
treea6ebd6b202a963ea76d1571148e2761afb181fa7 /meta-oe/recipes-support
parent5312b6999a45c35aa7a005eb95bfdbae8336e2c1 (diff)
downloadmeta-openembedded-b829dc1a90578398807fa7c8d9982625b95cc006.tar.gz
gosu: Define SRCREV_FORMAT
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/gosu/gosu_1.16.bb3
1 files changed, 3 insertions, 0 deletions
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 \
11SRCREV = "0e7347714352cd7f2e5edc9d2cf838d9934e6036" 11SRCREV = "0e7347714352cd7f2e5edc9d2cf838d9934e6036"
12#v1.1.0 12#v1.1.0
13SRCREV_runc = "067aaf8548d78269dcb2c13b856775e27c410f9c" 13SRCREV_runc = "067aaf8548d78269dcb2c13b856775e27c410f9c"
14
15SRCREV_FORMAT .= "_runc"
16
14inherit go 17inherit go
15 18
16CGO_ENABLED = "1" 19CGO_ENABLED = "1"