diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-06-15 10:25:45 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-15 20:20:07 -0700 |
| commit | 051c15a36d871ba6ae0252923c05f40e6fdefd91 (patch) | |
| tree | 37b1c84fc659c4a4397e86dcdf10df85ae3fee51 | |
| parent | f8df47347619f5d8dc96710e3f892ae1a21b5e90 (diff) | |
| download | meta-openembedded-051c15a36d871ba6ae0252923c05f40e6fdefd91.tar.gz | |
gosu: Upgrade to 1.16 release
ChangeLog is here
https://github.com/tianon/gosu/releases/tag/1.15
https://github.com/tianon/gosu/releases/tag/1.16
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/gosu/gosu_1.16.bb (renamed from meta-oe/recipes-support/gosu/gosu_1.14.bb) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/gosu/gosu_1.14.bb b/meta-oe/recipes-support/gosu/gosu_1.16.bb index 624adf3099..b209de16a4 100644 --- a/meta-oe/recipes-support/gosu/gosu_1.14.bb +++ b/meta-oe/recipes-support/gosu/gosu_1.16.bb | |||
| @@ -8,10 +8,13 @@ GO_IMPORT = "github.com/tianon/gosu" | |||
| 8 | SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https \ | 8 | SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https \ |
| 9 | git://github.com/opencontainers/runc;name=runc;destsuffix=${S}/src/github.com/opencontainers/runc;branch=main;protocol=https \ | 9 | git://github.com/opencontainers/runc;name=runc;destsuffix=${S}/src/github.com/opencontainers/runc;branch=main;protocol=https \ |
| 10 | " | 10 | " |
| 11 | SRCREV = "9f7cd138a1ebc0684d43ef6046bf723978e8741f" | 11 | SRCREV = "0e7347714352cd7f2e5edc9d2cf838d9934e6036" |
| 12 | SRCREV_runc = "d7f7b22a85a2387557bdcda125710c2506f8d5c5" | 12 | #v1.1.0 |
| 13 | SRCREV_runc = "067aaf8548d78269dcb2c13b856775e27c410f9c" | ||
| 13 | inherit go | 14 | inherit go |
| 14 | 15 | ||
| 16 | CGO_ENABLED = "1" | ||
| 17 | |||
| 15 | do_compile:prepend() { | 18 | do_compile:prepend() { |
| 16 | # New Go versions has Go modules support enabled by default | 19 | # New Go versions has Go modules support enabled by default |
| 17 | export GO111MODULE=off | 20 | export GO111MODULE=off |
