diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-08-11 10:11:37 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-08-11 10:15:33 -0700 |
| commit | b829dc1a90578398807fa7c8d9982625b95cc006 (patch) | |
| tree | a6ebd6b202a963ea76d1571148e2761afb181fa7 /meta-oe/recipes-support | |
| parent | 5312b6999a45c35aa7a005eb95bfdbae8336e2c1 (diff) | |
| download | meta-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.bb | 3 |
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 \ | |||
| 11 | SRCREV = "0e7347714352cd7f2e5edc9d2cf838d9934e6036" | 11 | SRCREV = "0e7347714352cd7f2e5edc9d2cf838d9934e6036" |
| 12 | #v1.1.0 | 12 | #v1.1.0 |
| 13 | SRCREV_runc = "067aaf8548d78269dcb2c13b856775e27c410f9c" | 13 | SRCREV_runc = "067aaf8548d78269dcb2c13b856775e27c410f9c" |
| 14 | |||
| 15 | SRCREV_FORMAT .= "_runc" | ||
| 16 | |||
| 14 | inherit go | 17 | inherit go |
| 15 | 18 | ||
| 16 | CGO_ENABLED = "1" | 19 | CGO_ENABLED = "1" |
