mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
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>
This commit is contained in:
parent
f8df473476
commit
051c15a36d
|
@ -8,10 +8,13 @@ GO_IMPORT = "github.com/tianon/gosu"
|
||||||
SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https \
|
SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https \
|
||||||
git://github.com/opencontainers/runc;name=runc;destsuffix=${S}/src/github.com/opencontainers/runc;branch=main;protocol=https \
|
git://github.com/opencontainers/runc;name=runc;destsuffix=${S}/src/github.com/opencontainers/runc;branch=main;protocol=https \
|
||||||
"
|
"
|
||||||
SRCREV = "9f7cd138a1ebc0684d43ef6046bf723978e8741f"
|
SRCREV = "0e7347714352cd7f2e5edc9d2cf838d9934e6036"
|
||||||
SRCREV_runc = "d7f7b22a85a2387557bdcda125710c2506f8d5c5"
|
#v1.1.0
|
||||||
|
SRCREV_runc = "067aaf8548d78269dcb2c13b856775e27c410f9c"
|
||||||
inherit go
|
inherit go
|
||||||
|
|
||||||
|
CGO_ENABLED = "1"
|
||||||
|
|
||||||
do_compile:prepend() {
|
do_compile:prepend() {
|
||||||
# New Go versions has Go modules support enabled by default
|
# New Go versions has Go modules support enabled by default
|
||||||
export GO111MODULE=off
|
export GO111MODULE=off
|
Loading…
Reference in New Issue
Block a user